@import url('out-blessed1.css');

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #343539
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fc6317;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fc6317;
    background-color: transparent
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #343539
}

.navbar-default .navbar-link:hover {
  color: #fc6317
}

.navbar-default .btn-link {
  color: #343539
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #fc6317
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #090909;
  color: #fff
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #090909
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.nav-justified > .dropdown .dropdown-menu {
  left: 0
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

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

.nav:after {
  clear: both
}

.nav > li {
  position: relative;
  display: block
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #fc6317;
  color: #48443e;
}

.nav > li.disabled > a {
  color: #777
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fc6317;
  border-color: transparent;
  color: #fff
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav > li > a > img {
  max-width: none
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.62571429;
  border: 0 solid transparent;
  border-width: 0;
  border-radius: 0
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.current_page_item > a,
.nav-tabs > li.current_page_item > a:focus,
.nav-tabs > li.current_page_item > a:hover {
  color: #fff;
  background-color: #fc6317;
  cursor: default
}

.nav-pills > li {
  float: left
}

.nav-pills > li > a {
  border-radius: 0
}

.nav-pills > li + li {
  margin-left: 2px
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.nav-pills > li.current_page_item > a,
.nav-pills > li.current_page_item > a:focus,
.nav-pills > li.current_page_item > a:hover {
  color: #fff;
  background-color: #fc6317
}

.nav-stacked > li {
  float: none
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  border-bottom-width: 0
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}

@media (min-width: 1200px) {
  .navbar-nav {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0
}

.tab-content > .tab-pane {
  display: none
}

.tab-content > .active,
.tab-content > .current_page_item {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.page-header {
  margin-bottom: 5rem !important
}

#subnav {
  background-color: #eee;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 5rem;
  /*     margin-top: -5rem; */
  display: inline-block;
  width: 100%;
}

#subnav a {
  color: #777;
  text-transform: uppercase;
  margin: 0 2.5px
}

#subnav .nav-tabs > li.active > a,
#subnav .nav-tabs > li.active > a:focus,
#subnav .nav-tabs > li.active > a:hover,
#subnav .nav-tabs > li.current_page_item > a,
#subnav .nav-tabs > li.current_page_item > a:focus,
#subnav .nav-tabs > li.current_page_item > a:hover,
#subnav a:active,
#subnav a:focus,
#subnav a:hover {
  color: #fff
}

.roundicons {
  text-transform: uppercase;
  text-align: center;
  margin-top: 5em
}

.roundicons .icon {
  width: 140px;
  height: 140px;
  display: block;
  border: 10px solid #fc6317;
  border-radius: 100%;
  text-align: center;
  font-size: 6.6em;
  color: #fc6317;
  margin: -.5rem auto 1rem auto;
  position: relative
}

.roundicons svg {
  position: relative;
  width: 85%;
  left: 0;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%
}

.roundicons h2 {
  font-family: HelveticaNeueW01-97Blac, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  border-bottom: 0;
  font-size: 2em;
  line-height: 1;
  margin-bottom: .5rem;
  margin-top: 0;
  white-space: nowrap;
  display: inline
}

.roundicons p {
  font-family: HelveticaNeueW01-67MdCn_692710, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5em
}

header .nav > li {
  position: static
}

.navbar-nav .navbar-nav {
  margin: 2px 0 0
}

.navbar-nav .navbar-nav.dropdown-menu {
  width: 100%;
  border: 0;
  padding: 0;
  left: 0
}

.dropdown .dropdown-menu a {
  color: #fff;
}

.dropdown .dropdown-menu a span {
  position: relative;
}

.navbar-default .navbar-brand {
  display: inline-block;
  padding: 22px 15px 23px 25px;
  height: auto
}

.navbar-default {
  /* border-top: 4px solid #fc6317; */
  border-bottom: 0;
  margin-bottom: 0;
}

.navbar-wrapper {
  margin-left: 0;
}

.navbar-nav li a {
  text-transform: uppercase;
  font-size: 12px
}

#menu-primary-menu > li > a {
  border-color: #fff;
  border-width: 13px 0 13px 0;
  border-style: solid;
  padding: 0 40px 0 0;
  text-align: left;
  font-weight: 600;
  text-transform: none;
  font-size: 19px;
}

#menu-primary-menu > li > a .link-underline {
  background-color: #fc6317;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#menu-primary-menu > li > a:hover .link-underline {
  background-color: #000;
}

#menu-primary-menu > li > a > span {
  display: inline-block;
  position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .current-menu-ancestor > a {
  /* color: #fc6317; */
  border-top: 2px solid #fc6317;
  padding-top: 11px;
}

header .header-social .list-inline {
  margin-right: 25px
}

header .header-social a {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #343539;
  display: inline-block;
  text-align: center;
  line-height: 20px
}

header .header-social a:hover {
  color: #fc6317;
  background-color: #fff
}

header .header-search .search-form.form-inline {
  padding: 9px 0
}

header .header-social ul {
  padding: 9px 0;
  text-align: center;
  right: 0
}

ul#menu-primary-menu > li:last-child {
  padding-right: 0;
  padding-left: 40px;
}

ul#menu-primary-menu > li.menu-item-1450 {
  text-align: center;
}

ul#menu-primary-menu > li.menu-item-1450 > a {
  width: 100%;
  padding: 8px;
  display: inline-block;
  margin-bottom: 0;
  /* font-weight: 600; */
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #e2e2e2;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #17333b;
  background-color: #fff;
  /* border-color: #424143; */
  transition: all 0.3s ease;
}

ul#menu-primary-menu > li.menu-item-1450 > a.active.focus,
ul#menu-primary-menu > li.menu-item-1450 > a.active:focus,
ul#menu-primary-menu > li.menu-item-1450 > a.focus,
ul#menu-primary-menu > li.menu-item-1450 > a:active.focus,
ul#menu-primary-menu > li.menu-item-1450 > a:active:focus,
ul#menu-primary-menu > li.menu-item-1450 > a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

ul#menu-primary-menu > li.menu-item-1450 > a.focus,
ul#menu-primary-menu > li.menu-item-1450 > a:focus,
ul#menu-primary-menu > li.menu-item-1450 > a:hover {
  color: #333;
  text-decoration: none
}

ul#menu-primary-menu > li.menu-item-1450 > a.active,
ul#menu-primary-menu > li.menu-item-1450 > a:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled] {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

ul#menu-primary-menu > li.menu-item-1450 > a.focus,
ul#menu-primary-menu > li.menu-item-1450 > a:focus {
  color: #fff;
  background-color: #292829;
  border-color: #020202
}

ul#menu-primary-menu > li.menu-item-1450 > a:hover {
  color: #fff;
  background-color: #292829;
  border-color: #232324
}

.open > ul#menu-primary-menu > li.menu-item-1450 > a.dropdown-toggle,
ul#menu-primary-menu > li.menu-item-1450 > a.active,
ul#menu-primary-menu > li.menu-item-1450 > a:active {
  color: #fff;
  background-color: #292829;
  border-color: #232324
}

.open > ul#menu-primary-menu > li.menu-item-1450 > a.dropdown-toggle.focus,
.open > ul#menu-primary-menu > li.menu-item-1450 > a.dropdown-toggle:focus,
.open > ul#menu-primary-menu > li.menu-item-1450 > a.dropdown-toggle:hover,
ul#menu-primary-menu > li.menu-item-1450 > a.active.focus,
ul#menu-primary-menu > li.menu-item-1450 > a.active:focus,
ul#menu-primary-menu > li.menu-item-1450 > a.active:hover,
ul#menu-primary-menu > li.menu-item-1450 > a:active.focus,
ul#menu-primary-menu > li.menu-item-1450 > a:active:focus,
ul#menu-primary-menu > li.menu-item-1450 > a:active:hover {
  color: #fff;
  background-color: #171617;
  border-color: #020202
}

.open > ul#menu-primary-menu > li.menu-item-1450 > a.dropdown-toggle,
ul#menu-primary-menu > li.menu-item-1450 > a.active,
ul#menu-primary-menu > li.menu-item-1450 > a:active {
  background-image: none
}

fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a,
fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a.active,
fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a.focus,
fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a:active,
fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a:focus,
fieldset[disabled] ul#menu-primary-menu > li.menu-item-1450 > a:hover,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled.active,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled.focus,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled:active,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled:focus,
ul#menu-primary-menu > li.menu-item-1450 > a.disabled:hover,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled],
ul#menu-primary-menu > li.menu-item-1450 > a[disabled].active,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled].focus,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled]:active,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled]:focus,
ul#menu-primary-menu > li.menu-item-1450 > a[disabled]:hover {
  background-color: #424143;
  border-color: #424143
}

ul#menu-primary-menu > li.menu-item-1450 > a .badge {
  color: #424143;
  background-color: #fff
}

#subnav + #featured-image {
  margin-top: -5.6rem
}

#featured-image > div {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 40%;
  overflow: hidden
}

#featured-image > div img {
  min-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  left: 50%;
  margin-right: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  height: auto
}

#featured-image + div {
  padding-top: 1em
}

#featured-image h1,
#featured-image h2 {
  color: #fff;
  border-bottom: 0;
  font-weight: 400;
  font-size: 3.5em;
  z-index: 15;
  left: 0;
  right: 50%;
  padding-bottom: 00px;
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 40px 40px 20px 60px;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  text-shadow: 1px 1px 4px #000;
  margin: 0;
  width: 100%
}

#featured-image h2 {
  color: #fff;
  border-bottom: 0;
  font-weight: 400;
  font-size: 2.5em;
  z-index: 15;
  left: 0;
  right: 50%;
  padding-bottom: 00px;
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 10;
  padding: 40px 40px 20px 60px;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  text-shadow: 1px 1px 4px #000;
  margin: 0;
  width: 100%
}

.page-header {
  position: relative;
  border-bottom: 0;
  /*background-image: url(../images/title-pattern-background.jpg);*/
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat
}

.home .page-header {
  display: none
}

.page-header h1,
.page-header h2 {
  /* font-family: HelveticaNeueW01-67MdCn_692710, HelveticaNeue, Helvetica, Arial, sans-serif; */
  /* text-transform: uppercase; */
  margin: 0;
  /* color: #fff; */
  border-bottom: 0;
  font-weight: 400;
  font-size: 70px;
  z-index: 15;
  padding-bottom: 00px;
  top: 0;
  z-index: 10;
  text-align: center;
  line-height: 1;
  width: 100%;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  width: auto;
  height: auto;
  line-height: 1
}

#breadcrumbs {
  margin: 10px 0;
  font-size: .7em;
  text-transform: uppercase;
  color: #fc6317;
  font-weight: 400
}

#breadcrumbs a {
  color: #000;
  text-decoration: none;
  font-weight: 400
}

#breadcrumbs li {
  padding-left: 2px;
  padding-right: 2px
}

#breadcrumbs .separator {
  color: #fc6317;
  font-weight: 400
}

.panel.panel-default .panel.panel-default {
  margin: 0 -1px;
  border-bottom-width: 0
}

.panel.panel-default .panel.panel-default .panel-heading {
  border-color: #fff
}

footer.content-info .container {
  padding: 1em 0
}

footer.content-info {
  margin-top: 0;
  background-color: #17333b;
  color: #fff;
  padding-top: 110px;
  overflow: hidden;
}

footer.content-info .row {
  padding-top: .7em;
  padding-bottom: .7em
}

footer.content-info a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
}

footer.content-info a:hover {
  color: #fff
}

.sub-pages {
  padding: 20px;
  border-width: 0;
  border-color: #fc6317;
  border-top-width: 5px;
  background-color: #eee;
  border-radius: 0;
  clear: both
}

.sub-pages .nav {
  clear: both;
  margin-bottom: 3em
}

.sub-pages .nav li a {
  background-color: #fff;
  border-width: 0;
  border-radius: 0;
  color: #000;
  border-width: 0;
  border-radius: 0
}

.sub-pages .nav li.active a {
  color: #fff;
  background-color: #fc6317
}

.page-template-template-about-us-landing .panel > .col-md-4:nth-child(2) {
  padding-top: 35px
}

.partner-logos img.colour-image {
  position: absolute;
}

.partner-logo img.colour-image {
  opacity: 0;
}

.partner-logo img {
  transition: 0.3s all ease;
  max-width: 240px;
}

.partner-logo:hover img.colour-image {
  opacity: 1;
}

.agility-marketplace .content .main img:hover, .partner-logos img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.contact-us #featured-image + div {
  padding-top: 0;
  padding: 0;
  padding-bottom: 2em
}

.contact-us #map-canvas {
  width: 100%;
  height: 400px
}

.contact-us .maplocation-panel {
  margin-bottom: 4.5em
}

.contact-us .maplocation-panel p.office-title {
  font-size: 1.3em;
  line-height: 1.1;
  font-weight: 700;
  color: #fc6317;
  text-transform: uppercase;
  margin-bottom: 3px
}

.contact-us .maplocation-panel p.office-address {
  margin-bottom: 16px
}

.contact-us .maplocation-panel p {
  margin-bottom: 0
}

.contact-us .maplocation-panel p strong {
  color: #fc6317
}

.contact-us .infowindow {
  display: block;
  clear: both
}

.contact-us .infowindow.well-muted:after,
.contact-us .infowindow.well-muted:before {
  border-color: transparent
}

.contact-us .infowindow .well-white {
  padding: 10px 10px
}

.contact-us .infowindow .well-white h3 {
  padding: 6px 4px 4px;
  margin-top: 0;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #fc6317
}

.contact-us .infowindow .well-white .half {
  width: 50%;
  float: left;
  position: relative;
  display: inline-block
}

.components .well > p:first-child {
  min-height: 161px
}

.components .well > h2 {
  border-bottom-color: #555
}

.investor-tools .well {
  margin: 0;
  margin-bottom: 20px
}

.investors-fullwidth {
  overflow-y: hidden;
  border-top: 2px solid #fc6317;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
  margin-bottom: -2em;
  background-image: url(/wp-content/themes/datalex/dist/images/investors-fullwidth.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.investors-fullwidth img.fullwidth {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 300px
}

.investors-fullwidth .well {
  position: relative;
  padding-bottom: 60px
}

.investors-fullwidth .well p {
  margin-bottom: 0
}

.investors-fullwidth .well p.date + p {
  margin-bottom: 15px
}

.comment-form .investors-fullwidth input[type=submit],
.investors-fullwidth .btn,
.investors-fullwidth .comment-form input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 25%;
  max-width: 200px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%
}

.investors-fullwidth h3 {
  text-align: center;
  color: #333;
  font-size: 1em
}

.investors-fullwidth hr {
  margin-left: -20px;
  margin-right: -20px
}

.stock-info {
  margin-bottom: 2em;
  font-family: HelveticaNeueW01-75Bold, HelveticaNeue, Helvetica, Arial, sans-serif
}

.stock-info .stock-title {
  font-size: 1.25em
}

.stock-info p {
  margin-bottom: 0
}

.event-image {
  width: auto;
  max-width: 100%;
  height: 150px;
  max-height: 50px;
  margin-top: 15px
}

.news-events-fullwidth {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: -5.6rem;
  margin-bottom: -3em;
  background-image: url(/wp-content/themes/datalex/dist/images/news-events-fullwidth.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.news-events-fullwidth .panel-body {
  position: relative;
  padding-bottom: 60px
}

.news-events-fullwidth .panel-body p {
  margin-bottom: 0
}

.news-events-fullwidth .panel-body p.date + p {
  margin-bottom: 15px
}

.comment-form .news-events-fullwidth input[type=submit],
.news-events-fullwidth .btn,
.news-events-fullwidth .comment-form input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 25%;
  max-width: 200px;
  position: absolute;
  bottom: 15px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%
}

.agility-platform .main .container + .container-fluid {
  margin-top: 3em;
  padding-top: 4em;
  border-top: 1px solid #fc6317
}

.agility-platform .main .components-icon {
  width: 100px;
  height: 100px
}

article header {
  padding-bottom: 6px;
  margin-bottom: 8px;
  /* border-bottom: 1px dotted #aaa */
}

article header h2.entry-title {
  margin-bottom: 9px;
  font-size: 1.35em
}

article header span > a,
article header time {
  color: #555
}

article header time {
  margin-right: 4em
}

article header i.fa {
  color: #fc6317;
  margin: 0 8px;
  font-size: 1.5em
}

.carousel {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 240px
}

#home-slider {
  padding: 0;
  position: relative
}

#home-slider svg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1
}

#homepage_clients li.item {
  height: 150px;
  width: 150px;
  margin: 0 5px;
  text-align: center
}

#homepage_clients .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

#homepage_clients .img-thumbnail {
  width: auto;
  max-height: 100%;
  vertical-align: middle;
  border: 0 solid #fff;
  border-radius: 4px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

#homepage_clients .img-thumbnail:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.carousel.primary .carousel-indicators li {
  border: 1px solid #fc6317;
  background-color: #fff
}

.carousel.primary .carousel-indicators .active {
  background-color: #fc6317
}

.carousel.muted .carousel-indicators li {
  border: 1px solid #222;
  background-color: #fff
}

.carousel.muted .carousel-indicators .active {
  background-color: #222
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  background-image: none;
  text-shadow: none;
  width: 1%
}

.carousel-control span.fa {
  color: #fff;
  background-color: #fc6317;
  padding: 6px
}

.carousel-control.left span {
  left: -10px;
  top: 40%;
  position: absolute;
  display: inline-block
}

.carousel-control.right span {
  right: -10px;
  top: 40%;
  position: absolute;
  display: inline-block
}

.carousel-inner {
  height: 100%
}

.carousel-inner > .item {
  height: 100%
}

.carousel-caption {
  height: 100%;
  margin: 0 auto;
  width: 50%;
  padding-bottom: 00px;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  line-height: 1.3;
  text-shadow: 1px 1px 4px #000;
  line-height: 1
}

.carousel-caption h3 {
  color: #fff;
  border-bottom: 0;
  font-family: HelveticaNeueW01-77BdCn_692722, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1
}

.carousel-caption p {
  line-height: 1.3;
  font-weight: 400;
  font-family: HelveticaNeueW01-57Cn, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.jcarousel-wrapper {
  position: relative
}

.jcarousel-wrapper a {
  text-decoration: none
}

.jcarousel {
  position: relative;
  overflow: hidden
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0
}

.jcarousel li {
  float: left
}

.jcarousel a {
  text-decoration: none
}

.well {
  position: relative;
  margin: 30px 0;
  padding: 20px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.well > * {
  z-index: 1;
  position: relative
}

.well.well-primary {
  color: #fff;
  background-color: #fc6317
}

.well h2 {
  margin-top: 0;
  display: block;
  text-align: center
}

.well-primary h2.well-title.filled {
  padding: 0;
  color: #fff;
  border-bottom-color: #fff;
  background-color: #fc6317;
  margin-bottom: 19px;
  padding: 10px 0 10px 0;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px
}

.well-muted h2.well-title.filled {
  padding: 0;
  color: #fff;
  border-bottom-color: #fff;
  background-color: #777;
  margin-bottom: 19px;
  padding: 10px 0 10px 0;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px
}

.sidebar .recent-posts p {
  border-bottom: 1px dashed #333;
  margin-bottom: 25px;
  padding-bottom: 20px
}

.sidebar .recent-posts p:last-child {
  margin-bottom: 00px
}

.home .main {
  position: static;
}

.homepage-fullwidth {
  overflow-y: hidden;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 3em;
  margin-bottom: 3em;
  background-image: url(/wp-content/themes/datalex/dist/images/bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.homepage-fullwidth img.fullwidth {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 300px
}

.team_member {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
  margin-bottom: 1em;
  height: 0;
  padding-top: 80%
}

.team_member p {
  line-height: 1.25em
}

.team_member img.img-responsive {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%
}

.team_member .name {
  padding: 10px 20px 0;
  margin: 0;
  text-transform: uppercase
}

.team_member .position {
  padding: 0 20px 0;
  color: #fc6317;
  line-height: 1.2;
  min-height: 30px;
  text-transform: uppercase
}

.team_member .bio {
  padding: 0 20px;
  overflow: hidden;
  height: auto;
  position: relative;
  bottom: 0;
  font-size: 14px;
}

.team_member .list-inline a {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #343539;
  display: inline-block;
  text-align: center;
  line-height: 20px
}

.team_member .list-inline a:hover {
  color: #fc6317;
  background-color: #fff
}

.team_member .sliding-panel {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 60px;
  -webkit-transition: height 100ms ease;
  -o-transition: height 100ms ease;
  transition: height 100ms ease;
  overflow: hidden
}

.team_member:focus img,
.team_member:hover img {
  opacity: 1
}

.team_member:focus .sliding-panel,
.team_member:hover .sliding-panel {
  height: 100%;
  padding-bottom: 20px
}

.management .wrap + .wrap {
  background-color: #eee
}

.management .team_member {
  padding-bottom: 60px
}

.management .team_member .position {
  margin-bottom: 15px
}

.management .team_member .list-inline {
  margin-left: 20px
}

.management .team_member .list-inline li {
  padding-left: 0
}

.customers .main,
.resources .main {
  position: relative
}

.comment-form .customers input.btn-white[type=submit],
.comment-form .resources input.btn-white[type=submit],
.customers .btn.btn-white,
.customers .comment-form input.btn-white[type=submit],
.resources .btn.btn-white,
.resources .comment-form input.btn-white[type=submit] {
  margin: 0 auto;
  display: block;
  width: 75%;
  background-color: #fff;
  color: #333 !important;
  text-transform: uppercase
}

.customers .item,
.resources .item {
  display: block;
  margin: 0;
  border-width: 0;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px
}

.customers .item h2,
.resources .item h2 {
  background-color: rgba(56, 56, 57, .85);
  color: #fff;
  padding: 7px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.3em
}

.customers .item.client,
.resources .item.client {
  min-height: inherit;
  padding-top: 100%;
  height: 0
}

.customers .item.client > img,
.resources .item.client > img {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none
}

.customers .item.testimonial,
.resources .item.testimonial {
  height: auto
}

.customers .main blockquote,
.resources .main blockquote {
  border-width: 0;
  position: relative;
  top: 0;
  margin-bottom: 0;
  padding: 2.3em 3em 2.3em 4.2em;
  color: #fff;
}

.customers .main blockquote p,
.resources .main blockquote p {
  font-family: HelveticaNeueW01-66Medi;
}

.customers .main blockquote p:after,
.customers .main blockquote p:before,
.resources .main blockquote p:after,
.resources .main blockquote p:before {
  width: 40px;
  height: 37px;
  content: " ";
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

/* .customers .main blockquote p:before, */
.resources .main blockquote p:before {
  background-image: url(images/dlx_open_quote.svg);
  position: absolute;
  right: 101%
}

/* .customers .main blockquote p:after, */
.resources .main blockquote p:after {
  background-image: url(images/dlx_close_quote.svg);
  position: relative;
  left: 10px;
  display: inline-block;
  vertical-align: text-top;
}

.customers .main blockquote footer,
.resources .main blockquote footer {
  color: #fff;
  background-color: transparent;
  margin-top: 15px
}

.customers .main blockquote footer:before,
.resources .main blockquote footer:before {
  content: ""
}

.customers .client .img.screenshot,
.resources .client .img.screenshot {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.customers .client .img.customer-logo,
.resources .client .img.customer-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.customers .testimonial,
.resources .testimonial {
  background-color: #7a797b
}

.customers .case-study,
.customers .press-release,
.customers .resource,
.resources .case-study,
.resources .press-release,
.resources .resource {
  height: 0;
  padding-top: 100%;
  background-color: #fc6317
}

.customers .case-study .fa,
.customers .press-release .fa,
.customers .resource .fa,
.resources .case-study .fa,
.resources .press-release .fa,
.resources .resource .fa {
  font-size: .9em;
  background: #fff;
  border-radius: 100%;
  color: #555;
  text-align: center;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  line-height: 20px
}

.customers .case-study > p,
.customers .press-release > p,
.customers .resource > p,
.resources .case-study > p,
.resources .press-release > p,
.resources .resource > p {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 1em;
  padding-top: 5px;
  z-index: 1;
  /* font-family: HelveticaNeueW01-75Bold, HelveticaNeue, Helvetica, Arial, sans-serif */
}

.customers .case-study h2 + a,
.customers .press-release h2 + a,
.customers .resource h2 + a,
.resources .case-study h2 + a,
.resources .press-release h2 + a,
.resources .resource h2 + a {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.customers .case-study a,
.customers .press-release a,
.customers .resource a,
.resources .case-study a,
.resources .press-release a,
.resources .resource a {
  color: #fff;
  text-decoration: none
}

.customers .case-study img,
.customers .press-release img,
.customers .resource img,
.resources .case-study img,
.resources .press-release img,
.resources .resource img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1em
}

.customers .sliding-panel,
.resources .sliding-panel {
  background-color: rgba(56, 56, 57, .85);
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: height 100ms ease;
  -o-transition: height 100ms ease;
  transition: height 100ms ease;
  text-transform: none;
  font-size: .8em;
  height: 0
}

.customers .sliding-panel p,
.resources .sliding-panel p {
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.customers .item:focus .sliding-panel,
.customers .item:hover .sliding-panel,
.resources .item:focus .sliding-panel,
.resources .item:hover .sliding-panel {
  height: 87%
}

.customers .item.resource:focus .sliding-panel,
.customers .item.resource:hover .sliding-panel,
.resources .item.resource:focus .sliding-panel,
.resources .item.resource:hover .sliding-panel {
  opacity: 1;
  height: 88%
}

.customers .study-7493 img,
.resources .study-7493 img {
  -webkit-filter: none;
  filter: none;
  width: 100%;
  height: 100%;
  padding: 0
}

.resources .item {
  position: relative
}

.resources .item > p {
  color: #fff;
  padding-top: 4px;
  z-index: 1;
  background-color: rgba(56, 56, 57, .85);
  padding-bottom: 3px
}

.resources .item img {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: inherit;
  max-height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  -webkit-filter: none;
  filter: none;
  padding: 0
}

.well.stock-display .value {
  font-size: 3em;
  color: #007e8d;
  line-height: 1em;
  margin-right: 10px;
  font-family: HelveticaNeueW01-75Bold, HelveticaNeue, Helvetica, Arial, sans-serif
}

.well.stock-display .value p {
  color: #000;
  font-size: .5em;
  line-height: 1;
  margin-bottom: 0
}

.well.stock-display .perChange {
  padding: 8px 4px
}

.well.stock-display .change {
  padding: 8px 0
}

.well.stock-display dl {
  margin-bottom: 0
}

.well.stock-display dd {
  margin-bottom: 5px
}

.well.stock-display dd:last-child {
  margin-bottom: 0
}

.dlx-accordion {
  margin-bottom: 0
}

.dlx-accordion .panel {
  border-width: 0;
  background-color: transparent
}

.dlx-accordion .panel-body {
  border-width: 0 !important
}

.dlx-accordion .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent
}

.dlx-accordion .panel-default > .panel-heading a {
  text-decoration: none;
  padding-left: 11px
}

.dlx-accordion .panel-default > .panel-heading .fa {
  color: #fc6317
}

.dlx-accordion .panel-title a:before {
  font-family: 'Glyphicons Halflings';
  content: "\2212";
  float: left;
  color: #fc6317
}

.dlx-accordion .panel-title a.collapsed:before {
  content: "\2b"
}

.dlx-accordion:nth-child(even) {
  background-color: #fff
}

.dlx-accordion:nth-child(odd) {
  background-color: #eee
}

.corporate-governance .dlx-accordion:nth-child(even),
.corporate-governance .dlx-accordion:nth-child(odd) {
  background-color: #eee !important
}

.page-template-template-careers table {
  width: 100%
}

.page-template-template-careers table tr {
  padding-left: 4px
}

.page-template-template-careers table th {
  border-bottom: 1px solid #fc6317;
  text-transform: uppercase;
  color: #fc6317;
  padding-bottom: 8px;
  font-size: 1.1em
}

.page-template-template-careers table th:first-child {
  padding-left: 4px
}

.page-template-template-careers table td {
  border-bottom: 1px solid #777;
  padding: 7px 0
}

.page-template-template-careers table td p {
  margin: 0
}

.page-template-template-careers table td:first-child {
  padding-left: 4px
}

.page-template-template-careers-overview #featured-image > div {
  padding-bottom: 20%
}

.page-template-template-careers-overview #featured-image > div img {
  top: 70%
}

.page-template-template-careers-overview #featured-image .img-title {
  position: absolute;
  background-color: rgba(57, 57, 56, .85);
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%
}

.page-template-template-careers-overview #featured-image .img-title h2 {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  text-shadow: none
}

.page-template-template-careers-overview #featured-image .img-title p {
  color: #fff
}

article.careers header {
  border-bottom-width: 0;
  border-top: 1px solid #fc6317;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em
}

article.careers header h1,
article.careers header p {
  margin-bottom: 0;
  margin-top: 0
}

article.careers header h1 {
  line-height: 1
}

article.careers footer {
  border-top: 1px solid #fc6317;
  padding-top: 1em;
  margin-top: 2em
}

.results-reporting-tabs .tab-pane {
  padding-top: 1em
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  header .header-search,
  header .header-social {
    position: relative;
    height: 77px
  }

  header .header-search form,
  header .header-social ul {
    position: absolute;
    bottom: 0;
    margin-bottom: 0
  }

  .navbar-default .navbar-brand {
    margin-left: 25px
  }

  .navbar-nav {
    width: 100%
  }

  .navbar-nav > li .navbar-nav > li {
    min-width: 16.5%
  }

  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 150ms ease-in;
    -o-transition: opacity 150ms ease-in;
    transition: opacity 150ms ease-in;
    z-index: -1
  }

  .dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    z-index: 1;
    visibility: visible
  }

  .carousel {
    height: 320px
  }

  .carousel-caption h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-top: 15px
  }

  .carousel-caption p {
    font-size: 1em;
    width: 100%
  }

  #featured-image > div {
    padding-bottom: 25%
  }

  #home-slider {
    display: block
  }

  #menu-primary-menu .dropdown-menu > li {
    display: inline-table
  }

  #menu-primary-menu .dropdown-menu > li a {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .agility-platform .main .container + .container-fluid {
    padding: 4em 20em 0 20em
  }

  .customers .main blockquote {
    position: absolute;
    padding-bottom: 0
  }

  .customers .item.testimonial {
    /* height: 0; */
    /* padding-top: 50%; */
  }

  .team_member {
    padding-top: 72%
  }
}

@media (min-width: 992px) {
  .navbar-nav li a {
    font-size: 13px
  }

  .carousel-caption h3 {
    font-size: 2em;
    width: 100%;
    line-height: 1;
    margin-top: 20px
  }

  .carousel-caption p {
    font-size: 1.5em;
    width: 100%
  }

  #featured-image > div {
    padding-bottom: 17.5%
  }

  .customers .main blockquote p {
    font-size: 25px;
    font-family: "oswaldmedium";
    font-family: Cabin, sanf-serif;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .customers .item.testimonial {
    /* height: 0; */
    /* padding-top: 32.4%; */
  }

  .resources .col-md-6 .resource {
    padding-top: 49.2%
  }

  .team_member {
    padding-top: 72%
  }
}

@media (min-width: 1200px) {
  #menu-primary-menu.navbar-nav > li {
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    width: auto;
  }

  #featured-image > div {
    padding-bottom: 15%
  }

  .carousel-caption {
    left: 0;
    right: 0;
    padding-bottom: 00px;
    position: absolute;
    top: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    line-height: 1.3;
    text-shadow: 1px 1px 4px #000;
    line-height: 1
  }

  .carousel-caption h3 {
    color: #fff;
    border-bottom: 0;
    font-size: 3.5em;
    width: 100%;
    line-height: 1;
    margin-top: 24px
  }

  .carousel-caption p {
    font-size: 2em;
    font-family: HelveticaNeueW01-57Cn, HelveticaNeue, Helvetica, Arial, sans-serif;
    width: 100%
  }
}

.video-container2 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container2 iframe, .video-container2 object, .video-container2 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}

.arrow-holder {
  position: relative;
}

.arrow-holder > span {
  top: calc(50% - 65px);
  z-index: 10;
  right: -60px;
  padding: 10px;
  display: block;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  background-color: #fc6317;
}

.arrow-holder > span img {
  width: 30px;
}

.arrow-holder > span.arrow-prev {
  left: -60px;
  right: auto;
}

.arrow-holder > span.arrow-prev img {
  transform: scale(-1);
}

@media (max-width: 1070px) {
  .arrow-holder > span.arrow-next {
    right: -30px;
  }

  .arrow-holder > span.arrow-prev {
    left: -30px;
    right: auto;
  }
}

@media (max-width: 470px) {
  .arrow-holder > span.arrow-next {
    right: -10px;
  }

  .arrow-holder > span.arrow-prev {
    left: -10px;
    right: auto;
  }
}

#blog-post-scroll-holder {
  width: 100%;
  overflow: hidden;
}

#blog-post-scroller {
  left: 0%;
  position: relative;
  transition: left .3s;
  width: calc(1000% / 3);
}

@media (max-width: 800px) {
  #blog-post-scroller {
  width: calc(1000% / 2);
  }
}

@media (max-width: 600px) {
  #blog-post-scroller {
    width: 1000%;
  }
}

.featured-news {
  display: flex;
  justify-content: space-around;
}

.featured-news li {
  width: 9% !important;
  margin: 0 !important;
}

.featured-news figure {
  height: 188px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.featured-news figure span {
  top: 10px;
  width: 90px;
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  position: relative;
  background-color: white;
}

.featured-news .title-container h2 {
  min-height: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.featured-news .intro-container {
  height: 42px;
  font-size: 14px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
