/*
   Theme Name: HBC
   Description: Hudson's Bay Company Theme
   Author: Flyx
   Template: flyx
   License: Proprietary
   Version: 1.0.0
 */

/*******************************************************************************
 * Global Styles

   font-family: 'Roboto', sans-serif;
   font-family: 'Lora', serif;

 */

/* baseline padding and margins */
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
}

*, a, a:hover, a:visited, a:focus, a:link, a:active {
  -webkit-overflow-scrolling: touch;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #1D1D1D;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/* smallest possible width */
html, body {
  position: relative;
  background: none;
  min-width: 300px;
  max-width: 100vw;
}

.page {
  position: initial;
  margin-top: 80px;
  min-width: 300px;
  width: 100%;
  height: 100%;
}

.content-center {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1080px) {
  .content-center {
    max-width: 1080px;
  }
}

@media screen and (max-width: 992px) {
  #top > .content-center {
    max-height: 100%;
  }
}

/*******************************************************************************
 * Header
 */

/* main header */
#top {
  display: block;
  width: 100%;
  height: 79px;
  line-height: 125%;
  background: #052340;
  border-bottom: 3px solid #eae6e0;
  padding: 0;
  margin: 0;
  position: initial;
  min-width: 300px;
  z-index: 200;
  overflow: hidden;
}

/* brand mobile cosmetics */
#top .brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 73px;
  width: 250px;
  margin: 0 0 0 10px;
  padding: 0;
}

#top .brand a.brand-logo {
  text-decoration: none;
  line-height: 125%;
}

#top .brand img.brand-logo {
  margin: 0;
  padding: 0;
  width: auto;
  height: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#top .brand a.brand-ticker {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 100%;
  height: 12px;
  margin: 0 0 0 18px;
  padding: 0;
  text-decoration: none;
}

#top .brand a.brand-ticker .nasdaq,
.nasdaq {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

#top .brand a.brand-ticker .nasdaq.positive,
.nasdaq.positive {
  color: #24ab0f;
}

#top .brand a.brand-ticker .nasdaq.neutral,
.nasdaq.neutral {
  color: #eac27c;
}

#top .brand a.brand-ticker .nasdaq.negative,
.nasdaq.negative {
  color: #d6370f;
}

@media screen and (max-width: 300px) {
  #top .brand {
    width: 60px;
  }

  #top .brand a.brand-ticker {
    display: none;
  }
}

/* navigation drawer controler */
#top #side-menu-label {
  float: right;
  margin-right: 10px;
}

#top #side-menu-icon-open,
#top #side-menu-icon-close {
  color: #ffffff;
  font-size: 25px;
  display: inline-block;
  line-height: 73px;
}

#side-menu-icon-close {
  display: none;
}

/* main navigation area */
#top nav {
  display: none;
  visibility: hidden;
  background: #ffffff;
  color: #1D1D1D;
  width: 80vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 125%;
  -webkit-box-shadow: 8px 0 10px -10px #1D1D1D;
  box-shadow: 8px 0 10px -10px #1D1D1D;
  min-width: 300px;
}

/* anchor tag mobile cosmetics */
#top nav a,
#top nav a:hover,
#top nav a:visited,
#top nav a:focus,
#top nav a:link,
#top nav a:active,
#top nav label {
  color: #1D1D1D;
  font-family: 'Roboto', sans-serif;
}

#top nav a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #1D1D1D;
  text-decoration-color: #1D1D1D;
}

/* blanket glyph cosmetics */
#top nav span {
  color: #1D1D1D;
}

/* preset state for nav item collapse icon */
#top nav .menu-collapse {
  margin-left: 7px;
}

/* blanket cosmetics for navigation labels */
#top nav label {
  width: 100%;
}

/* blanket mobile cosmetics for menu lists */
#top nav ul {
  display: block;
  list-style-type: none;
  line-height: 125%;
}

/* mobile cosmetics for primary menu level */
#top nav ul.menu {
  margin-top: 79px;
  padding: 10px 20px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#top nav ul.menu label.menu-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  position: relative;
  /*   border-bottom: 1px solid #eae5e0; */
}

#top nav ul.menu label.menu-label a,
#top nav ul.menu label.menu-label span {
  font-size: 15px;
  font-weight: normal;
  height: 100%;
}

#top nav ul.menu label.menu-label span {
  position: absolute;
  right: 5px;
}

/* mobile cosmetics for primary menu label anchors */
#top nav ul.menu label.menu-label > a {
  font-weight: 600;
  line-height: 125%;
}

#top nav ul.menu label.menu-label.menu-label-close {
  display: none;
  min-height: 30px;
}

/* mobile cosmetics for primary sub menu items */
#top nav .menu-mega {
  margin: 15px 0;
  display: none;
}

#top nav .menu-mega > ul {
  margin: 0;
  width: 0;
  height: 100%;
  width: auto;
}

/* mobile cosmetics for primary sub menu items */
#top nav .menu-mega > ul > li {
  line-height: 125%;
}

/* mobile cosmetics for primary sub menu item labels and anchors */
#top nav .menu-mega label.menu-sub-label,
#top nav .menu-mega label.menu-sub-label > a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 125%;
  word-wrap: normal;
  letter-spacing: 0.2px;
}

#top nav .menu-mega label.menu-sub-label.menu-sub-menu-empty {
  margin-bottom: 20px;
}

/* mobile cosmetics for sub sub menu items and anchors */
#top nav ul.menu-sub-menu {
  margin: 0 0 15px 0;
}

#top nav ul.menu-sub-menu > li:last-of-type > ul {
  margin: 0;
}

/* preset all sub sub menus */
.menu-sub-menu-sub-menu {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}

.menu-sub-menu {
  padding: 0;
}

#top nav ul.menu-sub-menu-sub-menu > li {
  line-height: initial;
  height: auto;
  margin: 5px 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

#top nav ul.menu-sub-menu-sub-menu > li > a {
  line-height: 125%;
  height: 12px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #1D1D1D;
  -webkit-text-decoration-color: #1D1D1D;
  text-decoration-color: #1D1D1D;
  letter-spacing: 0.2px;
}

/* language switcher mobile cosmetics */
#top nav ul.menu li.menu-item.lang-switch {
  margin-top: 30px;
  border-bottom: none;
}

#lang-switch,
#lang-switch a {
  height: 15px;
  line-height: 100%;
  font-size: 15px;
  font-weight: 600;
}

#lang-switch a.current-lang {
  text-decoration: underline;
}

#top nav ul.menu #search-menu-label,
#top nav ul.menu #search-menu-label-close {
  display: none;
}

#top nav #search-menu-form,
#top nav #search-menu-form-mobile {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 79px;
  border-bottom: 3px solid #1D1D1D;
  line-height: 150%;
  font-family: 'Roboto', sans-serif;
}

#top nav #search-menu-form {
  display: none;
}

/* search items mobile cosmetics */
#top nav #search-query,
#top nav #search-query-mobile {
  all: initial;
  visibility: hidden;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  height: 25px;
  font-size: 25px;
  max-width: 60vw;
  margin-left: 10px;
  margin-top: 5px;
  padding: 20px 10px;
  border: none;
  color: #1D1D1D;
  background: none;
}

#top nav #search-query:focus,
#top nav #search-query:focus-visible,
#top nav #search-query-mobile:focus,
#top nav #search-query-mobile:focus-visible {
  outline: 3px white !important;
}

#top nav #search-query-submit,
#top nav #search-query-submit-mobile {
  position: absolute;
  right: 5px;
  top: 18px;
}

#top nav #search-query-submit span.glyphicon-search,
#top nav #search-query-submit-mobile span.glyphicon-search {
  font-size: 25px;
}

/* mobile device cosmetic overrides */
@media screen and (max-width: 991.98px) {

  #top,
  #top nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #top nav ul.menu {
    margin-top: 79px;
    padding-top: 5px;
    width: 80vw;
    max-height: 100vh;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #top nav ul.menu li.menu-item {
    margin: 0;
  }

  #top nav ul.menu label.menu-label {
    min-height: 10px;
    padding: 10px 0;
    margin-bottom: 0;
  }

  #top nav ul.menu label.menu-label > a {
    max-width: 45vw;
    font-weight: 600;
    letter-spacing: 0.2px;
    font-size: 20px;
  }

  #top nav ul.menu label.menu-label span {
    top: 12.5px;
    right: 0;
    height: 20px;
    width: 20px;
    font-size: 20px;
  }

  #lang-switch,
  #lang-switch a {
    height: 20px;
    line-height: 100%;
    font-size: 20px;
    font-weight: 600;
  }

  #top nav #search-menu-form-mobile {
    display: block;
  }

  #top nav #search-menu-form {
    display: none;
  }

  #top nav #search-query,
  #top nav #search-query-mobile {
    color: #1D1D1D;
    height: 50px;
    width: 60vw;
    max-width: initial;
    margin: auto 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    padding: 0 5px 0 18px;
  }

  #top nav #search-query-submit,
  #top nav #search-query-submit-mobile {
    position: absolute;
    right: 3px;
    top: 17px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }

  #top nav #search-query-submit span,
  #top nav #search-query-submit-mobile span {
    font-size: 25px;
    height: 25px;
    line-height: 22px;
    padding: 0;
    margin: 0;
  }
}

/* microsoft mobile cosmetics */
@media all and (max-width: 991.98px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  #top nav #search-query-mobile {
    height: inherit;
    vertical-align: middle;
    height: 32px;
    text-align: left;
    top: 20px;
    padding: 5px;
    margin: 0;
  }

  #top nav #search-query-mobile::-ms-clear,
  #top nav #search-query-mobile::-ms-reveal {
    display: none;
  }

  #top nav #search-query-submit-mobile {
    top: -5px;
  }

  #top #side-menu-label {
    float: initial;
    position: absolute;
    right: 10px;
    top: 0;
  }

  #top nav ul.menu > li.menu-item {
    height: auto;
    min-height: 30px;
    max-height: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    line-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top nav ul.menu > li.menu-item > label.menu-label,
  #top nav ul.menu > li.menu-item > label.menu-label > a {
    line-height: 100%;
  }
}

/* desktop cosmetics */
@media screen and (min-width: 992px) {

  .content-center {
    min-width: 992px;
  }

  #top {
    height: 79px;
    position: fixed;
    top: 0;
  }
  #top .brand,
  #top .brand a,
  #top .brand img {
    margin: 0;
  }
  #top #side-menu-icon-open,
  #top #side-menu-icon-close {
    display: none;
  }

  #top nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
    background: none;
    width: 74%;
    padding: 0;
    position: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    border-right: none;
    height: 73px;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #top nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 125%;
    width: 100%;
    padding: 0;
    margin: 0 6px;
    position: initial;
    overflow: visible;
  }

  #top nav ul.menu .menu-expand,
  #top nav ul.menu .menu-collapse {
    display: none;
  }

  #top nav ul.menu > li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: visible;
    position: relative;
  }
  #top nav ul.menu > li {
    margin-right: -1px;
    margin-left: -1px;
  }
  #top nav ul.menu > li:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    padding: 0;
    border-right: 2px solid #FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
  }


  #top nav ul.menu > li:last-of-type:after {
    display: none;
  }

  #top nav ul.menu li.menu-item {
    border-bottom: none;
  }

  /* cancel mobile cosmetics for primary menu items */
  #top nav ul.menu > li {
    margin-bottom: 0;
  }

  /* primary menu label cosmetics */
  #top nav ul.menu label.menu-label {
    min-height: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

  #top nav ul.menu label.menu-label.menu-label-close {
    display: none;
    min-height: 32px;
  }

  /* anchor tag cosmetics */
  #top nav ul.menu label.menu-label a,
  #top nav ul.menu label.menu-label a:visited,
  #top nav ul.menu label.menu-label a:focus,
  #top nav ul.menu label.menu-label a:link,
  #top nav ul.menu label.menu-label a:active {
    width: 100%;
    max-width: 300px;
    line-height: 125%;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-text-decoration-color: #052340;
    text-decoration-color: #052340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
  }

  #top nav ul.menu label.menu-label:hover,
  #top nav ul.menu label.menu-label:hover a {
    background: #ffffff;
    color: #052340;
    text-decoration: none;
    -webkit-text-decoration-color: #052340;
    text-decoration-color: #052340;
  }

  #top nav ul.menu label.menu-label a:hover,
  #top nav ul.menu label.menu-label a:hover ~ #top nav ul.menu label.menu-label {
    background: #ffffff;
    color: #052340;
  }

  #top nav ul li,
  #top nav ul li label {
    display: inline-block;
  }

  #top nav .menu-mega ul,
  #top nav .menu-mega ul li {
    display: block;
  }

  #top nav .menu-mega {
    display: none;
    position: fixed;
    top: 73px;
    left: 0;
    margin: 0 auto;
    background: #ffffff;
    border-bottom: 3px solid #eae5e0;
    width: 100vw;
    max-height: 70vh;
    overflow-y: auto;
    text-align: center;
  }

  #top nav .menu-mega > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
    min-width: 992px;
    padding: 0 45px;
  }

  #top nav .menu-mega > ul > li {
    margin: 20px 5px 5px 10px;
    height: 100%;
    vertical-align: top;
    text-align: left;
    min-width: 175px;
    max-width: 175px;
    min-height: 200px;
  }

  #top nav .menu-mega label.menu-sub-label {
    max-width: 175px;
    border-bottom: 1px solid #eae5e0;
    line-height: 125%;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  #top nav .menu-mega label.menu-sub-label > a {
    display: block;
    line-height: 125%;
    font-weight: 600;
  }

  #top nav .menu-mega > ul > li > label {
    border-bottom: 1px solid #1D1D1D;
  }

  #top nav .menu-mega a {
    color: #1D1D1D;
  }

  #top nav #lang-switch {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
  }

  #top nav #lang-switch a {
    height: 13px;
    line-height: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #ffffff;
  }

  #top nav ul.menu > li.menu-item.lang-switch {
    margin-top: 0;
  }

  #top nav ul.menu > li.menu-item.lang-switch:after {
    content: "";
    display: none;
    margin: 0;
    height: 32px;
    width: 0;
    padding: 0;
    border-right: 1px solid #ffffff;
  }

  #top nav #lang-switch a:hover {
    color: #ffffff;
    text-decoration: underline;
  }

  #top nav #search-menu-form-mobile {
    display: none;
  }

  #top nav ul.menu li.menu-item-search {
    position: relative;
    border-right: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 60px;
    max-width: 60px;
  }

  #top nav ul.menu #search-menu-label {
    display: block;
  }

  #top nav #search-menu-form {
    display: none;
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: initial;
    height: 73px;
    line-height: 150%;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }

  #top nav #search-query {
    margin: auto 0;
    height: 32px;
    width: 335px;
    font-size: 12px;
    font-weight: lighter;
    line-height: 18px;
    color: #052340;
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    padding: 0 5px 0 10px;
    background: #ffffff;
    visibility: visible;
  }

  #top nav #search-query-submit {
    width: 32px;
    height: 32px;
    line-height: initial;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 68px;
    margin: auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
  }

  #top nav #search-query-submit span.glyphicon-search {
    display: inline-block;
    color: #052340;
    height: 22px;
    width: 22px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }

  #top nav #search-query-submit:hover,
  #top nav #search-query-submit:hover span,
  #top nav #search-query-submit span:hover {
    text-decoration: none;
    background: #052340;
    color: #ffffff;
  }

  #top nav #search-query-submit:hover {
    border: 1px solid #ffffff;
  }

  #top nav #search-menu-label {
    color: #ffffff;
    width: 100%;
    height: 32px;
    padding: 0 0 0 10px;
  }

  #top nav #search-menu-label span.glyphicon-search {
    color: #ffffff;
    width: 100%;
    height: 32px;
    line-height: 175%;
    font-size: 16px;
    text-decoration: none;
    position: relative;
  }

  #top nav #search-menu-label-close {
    background: #ffffff;
    color: #052340;
    width: 60px;
    height: 32px;
    line-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #top nav #search-menu-label-close span.glyphicon-remove {
    display: inline-block;
    color: #052340;
    background: none;
    width: 22px;
    height: 20px;
    line-height: 24px;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    margin: 0 0 5px 10px;
    padding: 0;
  }

  #top nav #search-menu-label:hover,
  #top nav #search-menu-label:hover span {
    color: #052340;
  }

  #top nav #search-menu-label-close:hover,
  #top nav #search-menu-label-close:hover span,
  #top nav #search-menu-label-close span:hover {
    text-decoration: none;
    background: #052340;
    color: #ffffff;
  }

  #top nav #search-menu-label-close:hover {
    border: 1px solid #ffffff;
  }

  #top nav ul.menu > li:last-of-type {
    width: 10px;
    text-align: center;
  }

  #search-menu:checked ~ #top nav ul.menu > li:last-of-type {
    border-left: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {

  #top .content-center {
    padding: 0 0 0 18px;
  }

  #top nav .menu-mega > ul {
    padding: 0 10px;
  }

}

@media (min-width: 1080px) {
  #top .brand {
    margin: 0 0 0 10px;
  }
}

/* extra large desktop cosmetics */
@media screen and (min-width: 1080px) {

  #top nav .menu-mega > ul {
    width: 1080px;
  }

}

/* microsoft desktop cosmetics */
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top nav {
    position: relative;
  }

  #top nav #search-menu-form {
    position: relative;
  }

  #top nav #search-query::-ms-clear,
  #top nav #search-query::-ms-reveal {
    display: none;
  }

  #top nav #search-query-submit {
    top: 0;
  }

  #top nav #search-menu-label-close {
    text-align: left;
  }

  #top nav ul.menu label.menu-label,
  #top nav ul.menu label.menu-label.menu-label-close {
    height: 100%;
    margin: auto 0;
  }

  #top nav #lang-switch,
  #top nav #lang-switch a {
    line-height: 32px;
  }
}

/* end desktop cosmetics */

/*******************************************************************************
 * Main Content
 */

main {
  margin: 0;
}

main > .content-center {
  background: #ffffff;
}

.mast,
.mast img {
  width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-prev:active,
.owl-nav .owl-prev:visited,
.owl-nav .owl-prev:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-next,
.owl-nav .owl-next:active,
.owl-nav .owl-next:visited,
.owl-nav .owl-next:hover,
.owl-nav .owl-next:focus {
  background: none !important;
  border: none !important;
  margin: 0 !important;
}

.carousel--small .owl-nav .owl-prev .handle:active,
.carousel--small .owl-nav .owl-prev .handle:visited,
.carousel--small .owl-nav .owl-prev .handle:hover,
.carousel--small .owl-nav .owl-prev .handle:focus,
.carousel--small .owl-nav .owl-next .handle:active,
.carousel--small .owl-nav .owl-next .handle:visited,
.carousel--small .owl-nav .owl-next .handle:hover,
.carousel--small .owl-nav .owl-next .handle:focus {
  background: rgba(0,0,0,0.66);
}

@media screen and (max-width: 768px) {
  .carousel--small .owl-nav .owl-prev,
  .carousel--small .owl-nav .owl-next {
    top: 45px;
  }
}

@media screen and (min-width: 768px) {
  .carousel--small.flyx_realestate .handle {
    top: 35.5%!important;
  }
}

@media screen and (max-width: 768px) {
  .carousel--small.flyx_realestate .handle {
    top: 37.5%!important;
  }
}

.handle {
  position: absolute!important;
  top: 50%!important;
  margin-top: -12.5px!important;
  font-size: 24px!important;
  color: #ffffff!important;
  pointer-events: all!important;
  cursor: pointer!important;
}

.carousel--small.owl-theme .owl-nav .handle,
.carousel--small.owl-theme .owl-nav .handle:focus,
.carousel--small.owl-theme .owl-nav .handle:hover,
.carousel--small.owl-theme .owl-nav .handle:active,
.carousel--small.owl-theme .owl-nav .handle:visited {
  outline: none !important;
  background: none;
  border: none !important;
  border-radius: 0!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important;
}

@media (min-width: 768px) {
  .carousel--small.owl-theme .owl-nav .handle,
  .carousel--small.owl-theme .owl-nav .handle:focus,
  .carousel--small.owl-theme .owl-nav .handle:hover,
  .carousel--small.owl-theme .owl-nav .handle:active,
  .carousel--small.owl-theme .owl-nav .handle:visited {
    background: rgba(0,0,0,0.33);
    height: 70px;
    width: 70px;
    padding-top: 17px;
  }
  .carousel--small.owl-theme .owl-nav .handle:focus,
  .carousel--small.owl-theme .owl-nav .handle:hover,
  .carousel--small.owl-theme .owl-nav .handle:active,
  .carousel--small.owl-theme .owl-nav .handle:visited {
    background: rgba(0,0,0,0.66);
  }
  .handle {
    margin-top: -20px!important;
    font-size: 40px!important;
  }
}

.handle.dark {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.handle.light {
  background: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.handle-prev {
  left: 0px!important;
}

.handle-next {
  right: 0px!important;
}

@media (min-width: 768px) {
  .triangle {
    position: absolute;
    top: 10px;
    right: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
  }
}

.owl-carousel {
  z-index: 0;
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  max-width: 840px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.flyx-dots:not(.owl-loaded) {
  display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #888888;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background-color: #052340;
  margin: 1px 7px;
  border-radius: 8px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #052340;
}

.owl-dot {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.carousel--small.owl-theme .owl-nav {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.slide {
  position: relative;
}

.slide__link {
  text-decoration: none;
  display: block;
}

.slide__link:hover .slide__block--black,
.slide__link:focus .slide__block--black,
.slide__link:active .slide__block--black {
  background-color: rgba(0, 0, 0, 0.8);
}

.slide__link:hover .slide__block--white,
.slide__link:focus .slide__block--white,
.slide__link:active .slide__block--white {
  background-color: rgba(255, 255, 255, 0.8);
}


.block--slider--container {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520.5px;
  position: relative;
  overflow: hidden;
}
.block--slider--container:not(.loaded) {
  height: 520.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  /* background-image: url(/custom/themes/hbc/img/logo.png); */
}
@media (max-width: 768px) {
  .block--slider--container:not(.loaded) {
    height: auto;
    /* (9/13)*100 */
    padding-top: 69.23076923076923%;
  }
}


.owl-carousel .owl-item img,
.slide__img {
  top: 0;
  width: 840px;
  height: auto;
  max-height: 472.5px;
  object-fit: cover;
}
.carousel--small.owl-carousel .owl-item .card.card--default img {
  padding-top: 56.25%;
}
.carousel--small.owl-carousel .owl-item img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .owl-carousel .owl-item img,
  .slide__img {
    width: 100%;
  }
  .owl-carousel .owl-item .card.card--default img,
  .slide__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
  }
  .owl-carousel .owl-item .card.card--realestate img,
  .slide__img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
  }
  .owl-carousel .owl-item .slide__link {
    display: block;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
  }
}

.slide__overlay {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10%;
  right: 10%;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .slide__overlay {
    position: absolute;
    top: 10%;
    right: 28%;
    bottom: 10%;
    left: 7%;
    width: 75%;
    margin: auto;
    display: inline-block;
    padding: 20px 100px 40px 40px;

  }
}

.slide__copy, .slide__date {
  color: #1D1D1D;
  font-family: 'Lora', serif;
  font-size: 12px;
}

.slide__copy--big {
  font-family: 'Lora', serif;
  max-width: 280px;
}

@media (min-width: 576px) {
  .slide__copy--big {
    font-size: 16px;
    max-width: 380px;
  }
}

@media (min-width: 768px) {
  .slide__copy--big {
    font-size: 18px;
  }
}

.slide__block--black {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.slide__block--black h1,
.slide__block--black h2,
.slide__block--black h3,
.slide__block--black h4,
.slide__block--black h5,
.slide__block--black h6 {
  border-top: 1px solid #ffffff;
  color: #ffffff;
}

.slide__block--white {
  background: rgba(255, 255, 255, 0.7);
  color: #1D1D1D;
}

.slide__block--white p {
  color: #1D1D1D;
}

.slide__block--white h1,
.slide__block--white h2,
.slide__block--white h3,
.slide__block--white h4,
.slide__block--white h5,
.slide__block--white h6 {
  border-top: 1px solid #1D1D1D;
  color: #1D1D1D;
}

.carousel .slide .glyphicon,
.slide .glyphicon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #ffffff;
}

.newsreel-heading {
  width: 100%;
  height: 50px;
  margin: 10px 80px 80px 120px;
  position: relative;
}

.newsreel-heading a {
  text-decoration: none;
  cursor: pointer;
}

.newsreel-heading h1,
.newsreel-heading h2,
.newsreel-heading h3,
.newsreel-heading h4,
.newsreel-heading h5,
.newsreel-heading h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 50px;
  display: inline-block;
}

.newsreel-heading p {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 320px;
  height: 30px;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 3px solid #1D1D1D;
  font-weight: 200;
  font-family: 'Lora', serif;
  font-size: 18px;
}

.grid__list .slide {
  background: #eae5e0;
  width: 100%;
  height: 440px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .grid__list .slide {
    width: 100%;
    min-height: 440px;
  }
}

.slide a {
  text-decoration: none;
  cursor: pointer;
}

.grid__list .slide__block {
  width: 100%;
  height: 440px;
}

.slide__block--top {
  width: 100%;
}

.slide__block--investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 350px;
}

.slide__image_box {
  width: 100%;
  height: 40%;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  bottom: 0;
}

.slide__block img {
  object-fit: contain;
  object-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 768px;
  max-width: 480px;
  min-height: 100%;
}

.slide.flyx_realestate {
  background: #eae5e0;
  height: 336px;
  position: relative;
  min-height: initial;
}

.slide.flyx_realestate .slide__block {
  width: 100%;
  height: 100%;
}

.slide.flyx_realestate .slide__header,
.slide.flyx_realestate .slide__copy--small {
  margin: 5px 10px 5px 0px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 330px;
  height: 51px;
  text-overflow: ellipsis;
}

.slide.flyx_realestate .slide__header {
  margin-top: 0px;
  font-size: 18px;
  height: 54px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slide.flyx_realestate .slide__read-more {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  text-overflow: ellipsis;
}

.slide.flyx_realestate .slide__image_box {
  position: relative;
  bottom: initial;
  top: 0;
  height: 52%;
}
.slide.flyx_realestate .slide__image_box img {
  max-width: 100%;
  padding-top: 56.25%;
}
.index .slide.flyx_realestate .slide__image_box img {
  padding-top: 0;
}

.event__details, .career__copy, .pagetype__position, .slide__date {
  font-family: 'Lora', serif;
  font-size: 14px;
  width: 100%;
}

.slide__copy--small, .slide__read-more, .slide__date, .load-more {
  font-family: 'Lora', serif;
  margin: 10px 20px 0 20px;
  overflow: hidden;
}

.index__pagination .load-more.primary {
  padding-left: 0px;
  margin-left: 0px;
}
.index__pagination .load-more.primary:hover {
  cursor: pointer;
}

.slide__block--with-image .slide__copy {
  font-family: 'Lora', serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.slide__header, .event__header, .career__header, .pagetype__header {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}

.slide__header {
  color: #1D1D1D;
  padding-top: 20px;
  margin: 5px 20px 5px 20px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 5.5em;
  line-height: 1.2em;
}

.slide__copy {
  font-family: 'Lora', serif;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.slide__block--with-image .slide__copy {
  -webkit-line-clamp: 3;
}

.slide__block--with-image .slide__header {
  -webkit-line-clamp: 3;
  max-height: 4.3em;
  line-height: 1.2em;
}

.slide__header--big {
  color: #1D1D1D;
  padding-top: 10px;
  font-size: 20px;
  margin: 5px 0;
}

@media (min-width: 576px) {
  .slide__header--big {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .slide__header--big {
    font-size: 50px;
  }
}

.slide__date {
  font-family: 'Roboto', sans-serif;
}

.copy {
  font-family: 'Lora', serif;
}

.copy header {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 600;
  line-height: 100%;
}

.copy section,
.copy section p {
  font-family: 'Lora', serif;
  margin-top: 10px;
  line-height: 175%;
}

.tile {
  width: 100%;
}

.tile:before, .tile:after {
  display: table;
  content: " ";
}

.tile-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile-pair--reverse .first {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .tile-pair {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tile-pair--reverse .first {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}


.no-padding {
  padding: 0;
}

.tile-pair.tile-pair--small,
.tile-pair.tile-pair--small .section {
  height: initial;
  width: 100%;
  display: block;
}

.tile__link, .tile__link:hover, .tile__link:focus {
  text-decoration: none;
  cursor: pointer;
  color: #1D1D1D;
  display: block;
}

.tile__block {
  display: block;
}

.tile__block--full {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.tile--black {
  background-color: #1D1D1D;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tile--darkblue {
  background-color: #052340;
  color: #FFFFFF;
}

.section, .section--single, .section--full {
  font-family: 'Lora', serif;
  width: 100%;
}

.section--full-height {
  height: 100%;
}

.section a:not(.primary),
.section--single a:not(.primary),
.section--full a:not(.primary),
.section--full-height a:not(.primary) {
  color: #1D5686;
}

.section[style="color: #ffffff; background-color:#171717;"] a,
.section--single[style="color: #ffffff; background-color:#171717;"] a,
.section--full[style="color: #ffffff; background-color:#171717;"] a,
.section--full-height[style="color: #ffffff; background-color:#171717;"] a,
section[style="color: #ffffff; background-color:#171717;"] a {
  color: #ffffff;
}

.section--short {
  padding-bottom: 0px !important;
}

@media (max-width: 769px) {
  .tile--top {
  }

  .tile--top-text {
  }
}

.section, .section--single, .section--with-sidebar, .section--row {
  padding-right: 10%;
  padding-left: 10%;
}


@media (min-width: 768px) {
  .section,
  .section--single,
  .section--full {
  }

  .tile--black {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }

  .tile--top-lg {
  }

  .tile--top-text {
    padding-top: 0px;
    margin-top: -51px;
  }
}

@media (min-width: 768px) {
  .section {
    width: 50%;
    margin: 0;
  }
}

.tile__img {
  padding-right: 0;
  padding-left: 0;
}

.tile--stock {
  min-height: 310px;
}

@media (min-width: 768px) {
  .tile--stock {
    min-height: 450px;
    padding-left: 5%;
  }
}

.section__copy--stock {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.section__copy--stock-percent {
  letter-spacing: 0.06em;
  font-size: 16px;
}
.tile--black {
  background-color: #171717;
}

.tile--black, .carousel, .banner-grid {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .tile--black, .carousel, .banner-grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.tile-pair .tile--black a,
.tile-pair .tile--black p,
.tile-pair .tile--black h1,
.tile-pair .tile--black h2,
.tile-pair .tile--black h3,
.tile-pair .tile--black h4,
.tile-pair .tile--black h5,
.tile-pair .tile--black h6 {
  color: #ffffff;
}

.tile__copy,
.tile--stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 40px;
}

.section__subheader {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
}


@media (min-width: 768px) {
  .section__header--row {
    margin-bottom: 0;
  }

  .section__header {
    font-size: 50px;
  }

  .section__header--golden {
    margin: 0;
  }
}

.section__header--golden {
  color: #EAC27C;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.section__header--small {
  font-size: 28px;
}

.section__header--stock, .sidebar__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 28px;
}

.section__header--inline {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .section__header--inline {
    display: block;
  }
  .section__link--indented {
    margin-left: 2px;
  }
}

.section__link--top {
  vertical-align: top;
}

.section__block {
}

.section__copy, .sidebar__copy {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
}

.section__copy a:not(.primary),
.sidebar__copy a:not(.primary),
.highlights__copy a:not(.primary),
.section__list__copy a:not(.primary) {
  color: #1D5686;
}

.section__img {
  width: 100%;
  height: auto;
}

.section__img-block {
  position: relative;
  width: 100%;
  padding-bottom: 64.68%;
  overflow: hidden;
}

.section__img-block .section__img {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}

@media (min-width: 768px) {
  .section__img-block {
    padding-bottom: 25.25%;
  }

  .section__block {
  }
}


.section__video {
  position: relative;
}

.section__video__responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.section__video__responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.section__copy--video {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section__date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.section--property {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 0;
}
.section--property h1,
.section--property h2,
.section--property h3,
.section--property h4,
.section--property h5,
.section--property h6 {
  color: #04223F;
}
.section--property h4 {
  color: #1D1D1D;
  font-weight: bold;
}
.section--property ul {
  list-style-type: none;
  padding-left: 0;
}
.section--property-data {
  margin-top: 18px;
}

.primary,
.primary:hover,
.primary:active,
.primary:focus,
.primary.active {
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 7px 7px 7px 0;
  border-width: 0;
  border-bottom: 3px solid #1D1D1D;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  z-index: 100;
  -webkit-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
  text-align: left;
  background-color: transparent;
}

.primary[target="_blank"]:after {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1D1D1D;
  -webkit-transition-delay: 0.08s;
  -o-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.sidebar__list-item .primary[target="_blank"]:after {
  border-left-color: #ffffff;
}

.primary[target="_blank"]:hover:after {
  border-left-color: #FFFFFF;
}

.primary:hover, .primary:active, .primary:focus, .primary.active {
  opacity: 0.7;
}

.primary--white {
  border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
}

.primary--white:before {
  background-color: #FFFFFF;
}

.primary--white:hover, .primary--white:active, .primary--white:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

@media (min-width: 768px) {
  .section__link--indented {
    margin: 5px 0 0 40px;
  }
}

.banner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eae5e0;
}

.banner {
  width: 100%;
}

.banner-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .banner-lg-1 {
    width: 100%;
  }
  .banner-lg-2 {
    width: 50%;
  }
  .banner-lg-3 {
    width: 33.333%;
  }
  .banner-lg-4 {
    width: 25%;
  }
  .banner-lg-5 {
    width: 20%;
  }
  .banner-lg-6 {
    width: 16.667%;
  }
  .banner-lg-7 {
    width: 14.286%;
  }
  .banner-lg-8 {
    width: 12.5%;
  }
  .banner-lg-9 {
    width: 11.112%;
  }
  .banner-lg-10 {
    width: 10%;
  }
}

.banner__link, .banner__link:hover, .banner__link:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.banner__link--all {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #1D1D1D;
  position: absolute;
  text-align: left;
}

.banner__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
}

.banner__img:hover, .banner__img:focus, .banner__img:active {
  opacity: 0.8;

}

.highlights__img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.higlights__copy {
  font-family: 'Lora', serif;
  font-size: 14px;
}

@media (min-width: 768px) {

  .highlights__img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.highlights__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.btn {
  border-radius: 0;
  border: 0;
}

.btn--golden {
  background-color: #EAC27C;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
}

.btn--golden:hover,
.btn--golden:active,
.btn--golden:focus {
  background-color: rgba(234, 194, 124, 0.87);
  color: #FFFFFF;
}

.btn--beige {
  background-color: #eae5e0;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}

.btn--beige:hover,
.btn--beige:active,
.btn--beige:focus {
  background-color: rgba(234, 229, 224, 0.87);
  color: #000000;
}

#newsroom-newsletter {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  border-radius: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  //outline: none;
}

.form-control--big, .btn--big {
  height: 48px;
}

.form-control--icon {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 30px;
}

@media screen and (max-width: 321px) {
  .form-control--icon {
    padding-left: 36px;
    background-position: 8px;
  }
}

.send-icon {
  background-image: url(./img/send.svg);
}

.form-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-group--inline {
    margin-bottom: 0;
  }
}

.tile__block--newsletter {
  margin-bottom: 20px;
}

.form-control--newsletter {
  width: 65%;
  height: inherit !important;
}

.btn--newsletter {
  width: 35%;
}

.form__header {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.form__error {
  font-family: 'Roboto', sans-serif;
  display: block;
  margin: 5px 0;
  padding: 5px;
  color: #ffffff;
  background: #C32323;
}

.form__required {
  font-family: 'Roboto', sans-serif;
  color: #C32323;
}

.tile-form textarea,
.tile-form input[type="text"] {
  background-color: #eae5e0;
  border: none;
  border-radius: 0;
  //outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tile-form label {
  margin: 15px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.tile-form textarea {
  min-height: 150px;
}

.filming-request-form {
  margin-bottom: 100px;
}

@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pair {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    -ms-flex-pack: justify;
  }

  .pair section.first {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .pair section.second {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

}

@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .pair {
    -ms-grid-columns: (1fr) [ 2 ];
    -ms-grid-rows: 1fr;
  }

  .pair section.first {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .pair section.second {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

}

section.search-results h3.search-results {
  float: right;
}

#search-results-form {
  margin-bottom: 35px;
}

#search-results-form #search,
#search-results-form #search-mobile {
  vertical-align: middle;
  height: 35px;
  padding: 0;
  margin: 0;
  line-height: 35px;
  display: block;
  background-color: #EAE6E0;
}

#search-results-form .search-icon {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 3%;
  min-width: 20px;
  height: 35px;
  text-align: center;
  border: none;
  background-color: #EAE6E0;
}

#search-results-form [name="s"] {
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 75%;
  height: 35px;
  border: none;
  background-color: #EAE6E0;
  color: #000000;
}

@media screen and (max-width: 767.99px) {
  #search-results-form [name="s"] {
    width: 70%;
  }
}

#search-results-form [name="s"]:hover,
#search-results-form [name="s"]:focus,
#search-results-form [name="s"]:active {
  border: none;
  //outline: none;
}

#search-results-form [name="search-query-submit"] {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
  width: 20%;
  height: 35px;
  border: none;
  background-color: #052340;
  color: #ffffff;
}

section.page-not-found h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 50px;
}

section.page-not-found p {
  margin-bottom: 50px;
}

h1 {
  font-size: 50px!important;
}
h2 {
  font-size: 50px!important;
}
.flyx-slider h3,
.flyx-featured-slider h3 {
  font-size: 50px!important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flyx-slider h3,
  .flyx-featured-slider h3 {
    line-height: 50px;
    width: calc(100%);
    text-overflow: ellipsis;
  }
}

h3 {
  font-size: 28px!important;
}
h4 {
  font-size: 25px!important;
}
h5 {
  font-size: 20px!important;
}
h6 {
  font-size: 15px!important;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px!important;
  }
  h2 {
    font-size: 40px!important;
  }
  .flyx-slider h3,
  .flyx-featured-slider h3 {
    font-size: 28px!important;
  }
}

@media screen and (max-width: 400px) {
  .flyx-slider h3,
  .flyx-featured-slider h3 {
    font-size: 20px!important;
  }
}

/*******************************************************************************
 * Footer Content
 */

#bottom {
  width: 100%;
  background: #ffffff;
  padding: 0;
  padding-top: 50px;
}

#bottom #primary {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 10%;
  text-align: left;
}

#bottom #primary > div {
  display: block;
  padding-bottom: 20px;
  letter-spacing: 0.2px;
}

#bottom #primary > div:last-of-type {
  margin-bottom: 0;
}

#bottom #primary > div > a {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.2px;
}

.footer-menu {
  list-style-type: none;
  padding: 0;
}

#bottom #primary > div > ul > li {
  display: block;
}

#bottom #primary > div > ul > li > a {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  display: block;
  padding: 6px 0;
  letter-spacing: 0.2px;
}

#bottom #primary > div a.social-media {
  display: inline-block;
  margin: 1%;
  text-decoration: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

#bottom #primary > div a.social-media:first-of-type {
  margin-left: 0;
}

#bottom #primary > div a.social-media:last-of-type {
  margin-right: 0;
}

#bottom #primary > div a.social-media i {
  font-size: 20px;
}

#bottom .secondary {
  min-height: 200px;
  width: 100%;
}

#bottom div.secondary {
  border-top: 3px solid #eae5e0;
}

#bottom #secondary {
  height: 80px;
  color: #858585;
  padding: 30px 10%;
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 10px;
  justify-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#bottom #secondary > ul {
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bottom #secondary > ul > li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

#bottom #secondary > ul > li > a {
  cursor: pointer;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
}

#bottom #secondary > ul > li > a:hover {
  text-decoration: underline;
}

.footer__copyright {
  display: block;
  width: 100%;
  float: none;
  text-align: center;
}

.footer__copyright__item {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: lighter;
  text-align: center;
  color: #555555;
  white-space: nowrap;
}


#bottom #secondary > div > span.hbc-dash {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  #bottom #primary {
    display: -ms-grid;
    -ms-grid-columns: (1fr) [ 2 ];
    -ms-flex-pack: justify;
  }

  #bottom #primary > div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  #bottom #primary > div:nth-of-type(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }

  #bottom #primary > div:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }

  #bottom #primary > div:nth-of-type(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
  }

  #bottom #secondary {
    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-flex-pack: distribute;
  }

  #bottom #secondary > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  #bottom #secondary > *:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

}

@media screen and (min-width: 576px) {

  #bottom #primary {
    margin: 0;
  }

  #bottom #primary > section {
    max-width: initial;
  }

  #bottom #secondary {
    margin-bottom: 0;
  }

  #bottom #secondary ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #bottom #secondary > div > span {
    width: 100%;
  }

}

@media screen and (min-width: 767px) {

  #bottom #primary {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  #bottom #secondary {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }


  #bottom #secondary ul {
    width: 100%;
  }

  #bottom #secondary ul li {
    text-align: left;
  }

  #bottom #secondary > div {
    text-align: right;
  }

  #bottom #secondary > div > span {
    width: 100%;
    text-align: right;
  }

}

@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bottom #primary {
    -ms-grid-columns: (1fr) [ 3 ];
  }

  #bottom #primary > div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  #bottom #primary > div:nth-of-type(5) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }

  #bottom #primary > div:nth-of-type(6) {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
  }

  #bottom #secondary {
    -ms-grid-columns: (1fr) [ 2 ];
  }

  #bottom #secondary > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  #bottom #secondary > *:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}

@media screen and (min-width: 576px) {
  #bottom #secondary > div > span {
    display: inline;
  }

  #bottom #secondary > div > span.hbc-dash {
    display: inline;
  }
}

@media screen and (min-width: 992px) {

  #bottom {
    width: 100%;
    background: #ffffff;
  }

  #bottom #primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
  }
  .footer__column {
    width: 25%;
  }
  #bottom #primary > section {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-height: 160px;
  }

  #bottom #primary > section > a {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    display: block;
  }

  #bottom #primary > section > ul {
    list-style-type: none;
  }

  #bottom #primary > section > ul > li > a {
    cursor: pointer;
    font-size: 14px;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin: 5px 0;
  }

  #bottom #primary > section a.social-media {
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
  }

  #bottom #primary > section a.social-media:first-of-type {
    margin-left: 0;
  }

  #bottom #primary > section a.social-media:last-of-type {
    margin-right: 0;
  }

  #bottom #primary > section a.social-media i {
    font-size: 20px;
  }

  #bottom .secondary {
    min-height: 80px;
  }

  #bottom #secondary {
    height: 80px;
    color: #858585;
    width: 100%;
  }

  #bottom #secondary > ul {
    height: 14px;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style-type: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  #bottom #secondary > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }

  #bottom #secondary > ul > li > a {
    cursor: pointer;
    color: #555555;
    font-size: 14px;
    text-decoration: none;
  }

  #bottom #secondary > ul > li > a:hover {
    text-decoration: underline;
  }

  #bottom #secondary > div {
    display: inline-block;
    height: 14px;
    text-align: right;
  }

}

@media all and (min-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #bottom #primary {
    -ms-grid-columns: (1fr) [ 4 ];
  }

  #bottom #primary > div:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }

  #bottom #primary > div:nth-of-type(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }

  #bottom #primary > div:nth-of-type(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}

@media screen and (min-width: 1080px) {
  #bottom #primary {
    padding-left: 120px;
    padding-right: 120px;
  }

  #bottom #secondary {
    width: 100%;
    max-width: 1080px;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 50px;
  }
}

/*******************************************************************************
 * Navigation States
 */

#top, #top nav {
  z-index: 200;
}

/* mobile device navigation state controllers */
@media screen and (max-width: 991.98px) {

  html, body {
  }

  .page {
    position: initial;
  }

  html body #side-menu:checked ~ .page,
  html body #side-menu:checked ~ .page {
    overflow-y: hidden;
    height: 90vh;
  }

  /* drawer mechanics */
  #side-menu:checked ~ #top #side-menu-label #side-menu-icon-open,
  #side-menu:not(:checked) ~ #top #side-menu-label #side-menu-icon-close {
    display: none;
  }

  #side-menu:not(:checked) ~ #top #side-menu-label #side-menu-icon-open,
  #side-menu:checked ~ #top #side-menu-label #side-menu-icon-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    top: 0px;
    right: 10px;
  }

  #side-menu:not(:checked) ~ #top nav {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    -webkit-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    transform: scaleX(0.0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: max-width 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-width 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, max-width 0.25s ease, visibility 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease, visibility 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  }

  #side-menu:not(:checked) ~ #top nav #search-query,
  #side-menu:not(:checked) ~ #top nav #search-query-mobile {
    -webkit-transition: visibility 0.25s ease;
    -o-transition: visibility 0.25s ease;
    transition: visibility 0.25s ease;
  }

  #side-menu:checked ~ #top nav #search-query,
  #side-menu:checked ~ #top nav #search-query-mobile {
    visibility: visible;
  }

  #side-menu:checked ~ #top {
    height: 100%;
  }

  #side-menu:checked ~ #top nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    max-width: 80vw;
    -webkit-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    transform: scaleX(1.0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease, -webkit-transform 0.25s ease;
  }

}

/* desktop navigation state controllers */
@media screen and (min-width: 992px) {

  /* desktop search menu mechanics */
  #search-menu:not(:checked) ~ #top nav #search-menu-label-close,
  #search-menu:not(:checked) ~ #top nav #search-menu-label-close span,
  #search-menu:not(:checked) ~ #search-menu-label-close {
    display: block;
    visibility: hidden;
    -webkit-transition: visibility 0.25s ease;
    -o-transition: visibility 0.25s ease;
    transition: visibility 0.25s ease;
  }

  #search-menu:checked ~ #top nav #search-menu-label-close,
  #search-menu:checked ~ #top nav #search-menu-label-close span,
  #search-menu:checked ~ #search-menu-label-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: visible;
  }

  #search-menu:checked ~ #top nav #search-menu-label,
  #search-menu:checked ~ #top nav #search-menu-label span,
  #search-menu:checked ~ #search-menu-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
  }

  #search-menu:checked ~ #top nav #search-menu-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    -webkit-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    transform: scaleX(1.0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease, -webkit-transform 0.25s ease;
  }

  #search-menu:not(:checked) ~ #top nav #search-menu-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 0;
    -webkit-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    transform: scaleX(0.0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    transition: max-width 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease;
    transition: transform 0.25s ease, max-width 0.25s ease, -webkit-transform 0.25s ease;
  }

  #search-menu:checked ~ #top nav li.menu-item {
    visibility: hidden !important;
    opacity: 0.0;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -o-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  #search-menu:not(:checked) ~ #top nav li.menu-item {
    visibility: visible !important;
    opacity: 1.0;
    -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    -o-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

}

/* clean responsive transitions */
.disable-transitions {
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.keep-hidden {
  visibility: hidden !important;
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  width: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#browser-unsupported,
#browser-unsupported a {
  cursor: pointer;
  font-weight: 600;
  font-size: 24px;
  color: #1D1D1D;
}

#browser-unsupported a {
  cursor: pointer;
  font-style: italic;
  text-decoration: underline;
}

.event__list,
.section--single .event__list a {
  color: #FFFFFF;
}

.event {
  background-color: #171717;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 6px solid #EAC27C;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
}

.event:last-child {
  margin-bottom: 0;
}

.event__section {
  padding-top: 0;
  padding-bottom: 0;
}

.event:hover, .event:focus, .event:active {
  background-color:rgba(23, 23, 23, 0.93);
  text-decoration: none;
}

.event__date {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .event {
    padding: 30px 40px;
  }
}

.row-center {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sidebar {
  background-color: #052340;
  color: #ffffff;
  padding: 20px 30px;
  height: 100%;
}

.sidebar__list, .tabled__list {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  padding: 0;
}

.sidebar__list-item {
  padding: 20px 0;
}

.sidebar__copy a:not(.primary) {
  color: #ffffff;
}

.sidebar__copy a:not(.primary):hover {
  text-decoration: underline;
}

.section__list {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  counter-reset: section__list;
  padding: 0;
}

.section__list__item {
  counter-increment: section__list;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

.section__list__item:before {
  content: counter(section__list);
  color: #052340;
  font-weight: bold;
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 50px;
  line-height: 45px;
}
.section__list__header {
  font-weight: 600;
}
.section__list__copy {
  font-size: 14px;
  font-weight: 300;
}

.divider {
  border-bottom: 2px solid #052340;
  width: 100%;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .row--sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.container.tabled-listing {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

section[data-index-type="tabled-listing"] .index__filter__form {
  margin-left: 0px;
  margin-right: 0px;
}

.tabled__header, .tabled__filters {
  margin-bottom: 40px;
}

.tabled__list {
  font-size: 14px;
  margin: 0px;
}

.tabled__list__item {
  border-top: 1px solid #052340;
}

.tabled__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabled__list__item:hover,
.tabled__list__item:focus,
.tabled__list__item:active,
.tabled__list__link:hover,
.tabled__list__link:focus,
.tabled__list__link:active {
  background-color: #EAE6E0;
  text-decoration: none;
}

.tabled__date {
  width: 30%;
  padding: 25px 0;
}

.tabled__description {
  width: 70%;
  font-family: 'Lora', serif;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabled__header.tabled__list__item {
  margin: 0px;
  border: none;
}
.tabled__header.tabled__list__item:hover,
.tabled__header.tabled__list__item:focus,
.tabled__header.tabled__list__item:active {
  background: initial;
}

@media (min-width: 768px) {
  .tabled__list {
    font-size: 16px;
  }

  .tabled__date {
    width: 20%;
    padding: 25px 10px;
  }

  .tabled__description {
    width: 100%;
  }
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #052340;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #052340;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #052340;
}

.form-control:-moz-placeholder { /* Firefox 18- */
  color: #052340;
}

.form-group--underlined {
  border-bottom: 2px solid #052340;
}

.form-group--no-error {
  margin-bottom: 0;
}

.form-control--search {
  background-image: url(./img/search.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: 99% center;
  padding-right: 20px;
  padding-left: 10px;
  border-radius: initial;
  border-bottom: 2px solid #1D1D1D;
}
.form-control--search:focus {
  border-radius: initial;
  border-bottom: 2px solid #1D1D1D;
}

@media (min-width: 768px) {
  .form-control--search {
    padding-left: 8px;
  }
}

.career__list {
  margin-right: auto;
  margin-left: auto;
}

.career__list__item {
  background-color: #1D1D1D;
  margin: 10px 0;
  padding: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .career__list__item {
    margin: 10px;
  }
}

.career__link {
  margin-right: auto;
  margin-bottom: 10px;
}

.career__social__list {
  font-size: 18px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.career__social__link {
  width: 30px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career__social__link, .career__social__link:hover, .career__social__link:focus, .career__social__link:active {
  text-decoration: none;
}

.index__filters__list,
.index__filters__list--with-search {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.index__filters__list--with-search {
  padding-right: 30%;
}
.section--full .index__filters__list {
  padding-left: 20px;
  padding-right: 20px;
}
.section--full .index-grid {
  margin-left: auto;
  margin-right: auto;
}

.index__filter__option {
  display: none;
}

.index__filter__item {
  justify-content: flex-end;
  min-width: 184px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .index__filter__item {
    margin-right: 0;
  }
}


.index__filter__item .primary,
.index__filter__item .primary:hover,
.index__filter__item .primary:active,
.index__filter__item .primary:focus,
.index__filter__item .primary.active {
  border-bottom: 2px solid #1D1D1D;
  height: 38px;
  line-height: 23px;
}

.index__filter__search {
  padding-left: 0;
  align-items: center;
  border-bottom-color: #052340;
  color: #052340;
  width: 100%;
  height: 100%;
  margin-right: 0;
  -webkit-transition: all 0.03s ease-in;
  -o-transition: all 0.03s ease-in;
  transition: all 0.03s ease-in;
}

.index__filter__label,
.index__filter__label:hover,
.index__filter__label:active,
.index__filter__label.active,
.index__filter__label:focus {
  padding-left: 10px;
  padding-bottom: 0px;
  align-items: center;
  border-bottom-color: #052340;
  color: #052340;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.03s ease-in;
  -o-transition: all 0.03s ease-in;
  transition: all 0.03s ease-in;
}

.index__filter__label:hover,
.index__filter__label:active,
.index__filter__label.active,
.index__filter__label:focus {
  color: #FFFFFF;
  background-color: #052340;
  opacity: 1;
}

.index__filter__search {
  position: absolute;
  right: 0;
  max-width: 25%;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .index__filter__item,
  .index__filter__label,
  .index__filter__search {
    width: 100%;
    display: block;
    position: relative;
    right: initial;
    max-width: 100%;
  }
  .index__filters__list {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
}

@media screen and (min-width: 768.9px) {
  .index__filter__item {
    -webkit-box-flex: 0;
    flex: 0 0 16.667%;
    max-width: 16.667%;
  }
  .index__filter__item.index__filter__search {
    max-width: 100%;
  }
}


.index__img-wrapper {
  position: relative;
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .index__img-block {
    padding: 0;
  }
}

.index__img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.index-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 100%;
}

.index-grid .slide {
  border: 20px solid #ffffff;
}

.index-grid-0 > * {
  width: 320px!important;
  border: none!important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.index-grid-1 > * {
  width: 100%;
}
.index-grid-2 > * {
  width: 50%;
}
.index-grid-3 > * {
  width: 33.3%;
}
.index-grid-4 > * {
  width: 25%;
}
.index-grid-5 > * {
  width: 20%;
}

.index-grid-1 .index__img {
  width: 62%;
}
.index-grid-2 .index__img {
  width: 77%;
}
.index-grid-3 .index__img,
.index-grid-4 .index__img,
.index-grid-5 .index__img {
  width: 100%;
}

.index-grid-1 .index__img-block {
  width: 35%;
}
.index-grid-2 .index__img-block {
  width: 40%;
}
.index-grid-3 .index__img-block,
.index-grid-4 .index__img-block,
.index-grid-5 .index__img-block {
  width: 35%;
}

.index-grid-1 .index__detail-block {
  width: 65%;
}
.index-grid-2 .index__detail-block {
  width: 60%;
}
.index-grid-3 .index__detail-block,
.index-grid-4 .index__detail-block,
.index-grid-5 .index__detail-block {
  width: 65%;
}

.index__filters__menus,
.index__filters__menus--with-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}
.index__filters__menus--with-search {
  min-height: 40px;
}

.index__filter__menu__item {
  width: 20%;
  margin: 0 20px;
  display: inline-block;
}
.index__filter__menu__item:first-of-type {
  margin-left: 0;
}

.index__filter__menu__item.index__filter--search {
  position: absolute;
  right: -22px;
}

.index__filters__metadata {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index__filters__menus {

  }
  .index__filter__menu__item {
    width: 100%;
    display: block;
    margin: 0px;
  }
  .index__filter__menu__item.index__filter--search {
    position: relative;
    right: initial;
  }
}

.index[data-index-type="tabled-listing"] .section__header.tabled__list__item {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section--single.index {
  margin-top: 0px;
  padding-top: 0px;
}

.section--single.index div.container.card-grid::before,
.section--single.index div.container.thumbnail-grid::before {
  content: none;
  display: initial;
}

.section--single.index div.container.card-grid,
.section--single.index div.container.thumbnail-grid {
  width: 100%;
  display: grid;
  justify-content: space-between;
}

.section--single.index div.container.thumbnail-grid {
  grid-row-gap: 30px;
  row-gap: 30px;
}

.section--single.index[data-grid-columns="1"] div.container.card-grid,
.section--single.index[data-grid-columns="1"] div.container.thumbnail-grid {
  grid-template-columns: 100%;
}

.section--single.index[data-grid-columns="2"] div.container.card-grid,
.section--single.index[data-grid-columns="2"] div.container.thumbnail-grid {
  grid-template-columns: 48.5% 48.5%;
}

.section--single.index[data-grid-columns="3"] div.container.card-grid,
.section--single.index[data-grid-columns="3"] div.container.thumbnail-grid {
  grid-template-columns: 32% 32% 32%;
}

.section--single.index[data-grid-columns="4"] div.container.card-grid,
.section--single.index[data-grid-columns="4"] div.container.thumbnail-grid {
  grid-template-columns: 25% 25% 25% 20%;
}

.section--single.index[data-grid-columns="5"] div.container.card-grid,
.section--single.index[data-grid-columns="5"] div.container.thumbnail-grid {
  grid-template-columns: 20% 20% 20% 20% 15%;
}

/* @media screen and (max-width: 1100px) {
   .section--single.index[data-grid-columns="2"] div.container.thumbnail-grid,
   .section--single.index[data-grid-columns="3"] div.container.thumbnail-grid,
   .section--single.index[data-grid-columns="4"] div.container.thumbnail-grid,
   .section--single.index[data-grid-columns="5"] div.container.thumbnail-grid {
   grid-template-columns: 48.5% 48.5%;
   }
   }
 */
@media screen and (max-width: 1100px) {
  .section--single.index[data-grid-columns="1"] div.container.card-grid,
  .section--single.index[data-grid-columns="1"] div.container.thumbnail-grid {
    grid-template-columns: 100%;
  }
  .section--single.index[data-grid-columns="2"] div.container.card-grid,
  .section--single.index[data-grid-columns="3"] div.container.card-grid,
  .section--single.index[data-grid-columns="4"] div.container.card-grid,
  .section--single.index[data-grid-columns="5"] div.container.card-grid,
  .section--single.index[data-grid-columns="2"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="3"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="4"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="5"] div.container.thumbnail-grid {
    grid-template-columns: 48.5% 48.5%;
  }
}

@media screen and (max-width: 768px) {
  .section--single.index[data-grid-columns="1"] div.container.card-grid,
  .section--single.index[data-grid-columns="2"] div.container.card-grid,
  .section--single.index[data-grid-columns="3"] div.container.card-grid,
  .section--single.index[data-grid-columns="4"] div.container.card-grid,
  .section--single.index[data-grid-columns="5"] div.container.card-grid,
  .section--single.index[data-grid-columns="1"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="2"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="3"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="4"] div.container.thumbnail-grid,
  .section--single.index[data-grid-columns="5"] div.container.thumbnail-grid {
    grid-template-columns: 100%;
  }
}

.grid__list {
  margin-top: 30px;
}

.grid__list__item--empty {
  height: 0px;
}

.grid__list__item {
  height: 150px;
}

.grid__list__item__link {
  height: 150px;
  text-decoration: none;
  color: #1D5686;
}

.grid__list__item__link:hover .thumbnail__img > img {
  opacity: 0.8;
}

.grid__list__item.slide {
  height: 440px;
}

.grid__list__item.slide.flyx_realestate {
  /*min-width: 350px;*/
  height: 340px;
  position: relative;
  overflow: hidden;
}

div.container.card-grid,
div.container.thumbnail-grid {
  padding: 0;
}

.thumbnail__img {
  width: 35%;
  height: 75%;
  padding: 0;
  margin: 0 4% 0 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.thumbnail__img > img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.thumbnail__detail {
  width: 60%;
  display: inline-block;
  height: 100%;
}

.thumbnail__header {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
.index[data-index-type="thumbnail-grid"] h3.thumbnail__header {
  font-size: 25px!important;
}

.thumbnail__copy {
  display: block;
  font-family: 'Lora', serif;
  font-size: 12px;
  color: #000000;
}

@media (min-width: 768px) {
  .container.card-grid {
    padding: 0px;
    width: 100%;
  }
  .row.grid__list {
    margin: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .slide__block img {
    max-width: 100%;
  }
}

.profile {
  font-family: 'Roboto', sans-serif;
}

.profile__name {
  margin: 0 0 30px 0;
}

.profile__roles {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.profile__description {
  font-size: 14px;
  margin-bottom: 30px;
}

.profile__copy {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

.select2-container, .form-group, .select2-container--default .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  //outline: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #052340;
  padding-left: 0;
}

@media (max-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
  }
}


.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #052340;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 1px solid #052340;
  -webkit-box-shadow: none;
  box-shadow: none;
  //outline: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 1px solid #052340;
  -webkit-box-shadow: none;
  box-shadow: none;
  //outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  height: 14px;
  width: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e114";
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e113";
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #EAE6E0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #052340;
}
.hidden {
  display: none;
}

.flyx .featherlight-content {
  border-bottom: none;
  padding: 25px;
  overflow: hidden;
}
.flyx .featherlight-inner {
  overflow: auto;
  max-height: 85vh;
}
/* .flyx.en_CA button.featherlight-close:before {
   font-family: 'Roboto', sans-serif;
   content: 'Close ';
   }
   .flyx.fr_CA button.featherlight-close:before {
   font-family: 'Roboto', sans-serif;
   content: 'Fermer ';
   } */
/* .flyx button.featherlight-close {
   right: 27px;
   width: 70px;
   height: 22px;
   text-align: right;
   }
 */
ul.flyx-radio,
ul.flyx-yesno {
  list-style-type: none;
}

ul.flyx-radio li,
ul.flyx-yesno li {
  display: inline-block;
  margin: 0 10px;
}

ul.flyx-yesno {
  margin: 0;
  float: right;
}

ul.flyx-radio input.flyx-radio,
ul.flyx-yesno input.flyx-yesno {
  margin: 0 5px 0 0;
}

ul.flyx-radio input.flyx-radio-other {
  width: 270px;
  display: inline-block;
  margin: 0 0 0 10px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  ul.flyx-radio li {
    display: block;
  }
  ul.flyx-yesno {
    float: initial;
  }
}

@media screen and (max-width: 350px) {
  #bottom #secondary ul {
    display: block;
  }
  #bottom #secondary ul li {
    display: block;
  }
}

div.table-responsive {
  margin-top: 30px;
  margin-bottom: 30px;
}

table.table {
  margin-bottom: 0px;
}

table.table thead {
  background: #052340;
  color: #ffffff;
}

table.table thead a {
  color: #ffffff;
}

table.table thead tr th {
  min-width: 120px;
  vertical-align: top;
}

.social-share-links-block {
  height: 204px;
  width: 52px;
  position: fixed;
  top: 140px;
  left: 0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 150;
  background: #ffffff;
}

.social-share-links-block ul {
  list-style-type: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-share-links-block ul li {
  border-bottom: 1px solid #000000;
  height: 50px;
}

.social-share-links-block ul li:last-of-type {
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}

a.social-share-link {
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding: 0;
  margin: 0;
}
a.social-share-link:visited,
a.social-share-link:active,
a.social-share-link:focus,
a.social-share-link:hover {
  text-decoration: none;
}
a.social-share-link:hover {
  opacity: 0.85;
}

a.social-share-link > i {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 50px;
}

@media screen and (max-width: 992px) {
  footer#bottom {
    margin-bottom: 52px;
  }

  .social-share-links-block {
    height: 52px;
    width: 100%;
    position: fixed;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #000000;
    border-right: none;
    border-left: none;
    border-bottom: none;
    z-index: 150;
    background: #ffffff;
  }

  .social-share-links-block ul {
    list-style-type: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .social-share-links-block ul li {
    border-bottom: none;
    border-right: 1px solid #000000;
    height: 50px;
    width: 25%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .social-share-links-block ul li:last-of-type {
    border-right: none;
  }

  a.social-share-link {
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 0;
    margin: 0;
  }
  a.social-share-link:visited,
  a.social-share-link:active,
  a.social-share-link:focus,
  a.social-share-link:hover {
    text-decoration: none;
  }
  a.social-share-link:hover {
    opacity: 0.85;
  }

  a.social-share-link > i {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 50px;
  }
}


@media screen and (max-width: 768px) {
  .block--pair {
    padding-top: 0px;
  }
  .block--pair > section,
  .block--property.block--pair > section {
    margin-top: 50px;
  }
  .block--property.block--pair > section.second {
    margin-top: 20px;
  }
}

.page--search,
.block--content,
.block--pair,
.block--featured,
.block--image:not(.block-pos--0) {
  padding-top: 50px;
}

.block--custom-form {
  margin-top: 50px;
}

.block--property.block--pair > section {
  width: 100%;
  display: block;
  margin: 0;
}

/* responsive center content */

@media screen and (min-width: 1440px) {
  #bottom #secondary,
  #top nav .menu-mega > ul,
  .content-center {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  #bottom #secondary,
  #top nav .menu-mega > ul,
  .content-center {
    max-width: 1440px;
  }
}

/* news page type */

main.single-flyx_news .block--image .section,
main.single-flyx_news .block--image .section--single,
main.single-flyx_news .block--image .section--full,
main.single-flyx_news .block--custom-content .section,
main.single-flyx_news .block--custom-content .section--single,
main.single-flyx_news .block--custom-content .section--full,
main.single-flyx_news .block--content .section,
main.single-flyx_news .block--content .section--single,
main.single-flyx_news .block--content .section--full {
  padding-bottom: 0px;
}

main.single-flyx_news .section h1:not(.section__header),
main.single-flyx_news .section h2:not(.section__header),
main.single-flyx_news .section h3:not(.section__header),
main.single-flyx_news .section h4:not(.section__header),
main.single-flyx_news .section h5:not(.section__header),
main.single-flyx_news .section h6:not(.section__header),
main.single-flyx_news .section--single h1:not(.section__header),
main.single-flyx_news .section--single h2:not(.section__header),
main.single-flyx_news .section--single h3:not(.section__header),
main.single-flyx_news .section--single h4:not(.section__header),
main.single-flyx_news .section--single h5:not(.section__header),
main.single-flyx_news .section--single h6:not(.section__header),
main.single-flyx_news .section--full h1:not(.section__header),
main.single-flyx_news .section--full h2:not(.section__header),
main.single-flyx_news .section--full h3:not(.section__header),
main.single-flyx_news .section--full h4:not(.section__header),
main.single-flyx_news .section--full h5:not(.section__header),
main.single-flyx_news .section--full h6:not(.section__header) {
  margin-top: 20px;
}
