body, html {
  font-family: "myriad-pro", sans-serif;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

::-moz-selection {
  background-color: #f58128;
  /* WebKit/Blink Browsers */
  color: white; }

::selection {
  background-color: #f58128;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background-color: #f58128;
  /* WebKit/Blink Browsers */
  color: white; }

a {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  a:hover {
    text-decoration: none;
    color: #f58128; }
  a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #f58128; }

p {
  font-size: 18px;
  color: #68696b;
  line-height: 28px; }
  p.big-quote {
    font-size: 50px;
    line-height: 64px;
    color: white;
    font-weight: 600;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.47);
    margin-bottom: 25px; }
  p.intro_text {
    font-weight: 600;
    color: #333333;
    font-size: 22px;
    line-height: 34px; }

.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0; }

span.entry-date {
  color: #68696b;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 30px;
  padding-top: 20px;
  display: block; }

.top-links {
  background-color: black;
  color: white;
  min-height: 70px; }
  .top-links img {
    padding-top: 16px; }
  .top-links a {
    color: white; }
  .top-links ul {
    float: right;
    list-style: none;
    margin-bottom: 0;
    border-left: 1px solid #2e2e2e;
    padding: 0;
    font-weight: 700; }
    .top-links ul li {
      display: inline-block;
      padding: 25px 0; }
      .top-links ul li a {
        padding: 25px 20px 25px;
        border-right: 1px solid #2e2e2e;
        margin-left: -3px;
        -webkit-transition: all 0s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all 0s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: all 0s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all 0s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 0s cubic-bezier(0.77, 0, 0.175, 1); }
        .top-links ul li a:hover {
          color: #5a5a5a;
          border-left: 1px solid #737373;
          border-right: 1px solid #737373;
          background: #171717;
          margin-left: -4px; }

.orange {
  color: #f58128; }

.top-logo {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.no-left {
  padding-left: 0; }

.no-right {
  padding-right: 0; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

img.alignleft {
  float: left;
  margin-right: 30px; }

img.alignright {
  float: right;
  margin-left: 30px; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.grey {
  background-color: #f1f1f1; }

.grey-box {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 10px 0; }
  .grey-box.tag {
    color: #f58128; }
    .grey-box.tag a {
      text-transform: capitalize;
      color: #f58128; }
      .grey-box.tag a:hover {
        color: #c75c09; }
  .grey-box.link {
    padding: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .grey-box.link a {
      height: 100%;
      width: 100%;
      padding: 20px;
      display: block;
      color: black;
      text-transform: capitalize; }
      .grey-box.link a:hover {
        color: white; }
    .grey-box.link:hover {
      background-color: #f58128; }
  .grey-box.link.social img {
    vertical-align: text-bottom; }
  .grey-box.link.social:hover {
    background-color: #f1f1f1; }
    .grey-box.link.social:hover h6 {
      color: #f58128; }
  .grey-box.side-nav {
    padding: 20px 25px;
    margin-top: -100px;
    background-clip: padding-box;
    border-top: solid 100px rgba(0, 0, 0, 0.7); }
    .grey-box.side-nav .parent-page-title {
      position: absolute;
      top: -75px;
      font-size: 35px;
      font-weight: 600;
      line-height: 55px;
      color: white; }
    .grey-box.side-nav .current_page_parent .children, .grey-box.side-nav .current_page_item .children {
      display: block; }
      .grey-box.side-nav .current_page_parent .children li, .grey-box.side-nav .current_page_item .children li {
        border: none; }
        .grey-box.side-nav .current_page_parent .children li a, .grey-box.side-nav .current_page_item .children li a {
          font-weight: normal;
          padding: 0;
          margin: 10px 0;
          line-height: 25px;
          font-size: 16px; }
    .grey-box.side-nav .children {
      display: none; }
      .grey-box.side-nav .children .children {
        margin-left: 30px; }
    .grey-box.side-nav .page-item-265 {
      border-bottom: none;
      display: none; }
      .grey-box.side-nav .page-item-265 > a {
        border-bottom: solid 1px #000; }
        .grey-box.side-nav .page-item-265 > a:hover {
          color: inherit; }
      .grey-box.side-nav .page-item-265.current_page_ancestor {
        display: list-item;
        cursor: default; }
        .grey-box.side-nav .page-item-265.current_page_ancestor > a {
          pointer-events: none; }
        .grey-box.side-nav .page-item-265.current_page_ancestor .children {
          display: block; }
    .grey-box.side-nav .page-item-267 {
      border-bottom: none;
      display: none; }
      .grey-box.side-nav .page-item-267 > a {
        border-bottom: solid 1px #000; }
        .grey-box.side-nav .page-item-267 > a:hover {
          color: inherit; }
      .grey-box.side-nav .page-item-267.current_page_ancestor {
        display: list-item;
        cursor: default; }
        .grey-box.side-nav .page-item-267.current_page_ancestor > a {
          pointer-events: none; }
        .grey-box.side-nav .page-item-267.current_page_ancestor .children {
          display: block; }
  .grey-box.social {
    padding: 15px; }
    .grey-box.social img {
      width: 24px; }
    .grey-box.social h6 {
      color: #68696b;
      font-size: 18px;
      line-height: 40px;
      margin: 0;
      display: inline;
      padding-left: 10px; }

.team-link {
  margin-bottom: 30px; }
  .team-link .image img {
    width: 100%;
    height: auto; }
  .team-link .title {
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 20px;
    padding: 20px; }

/* TEAM POP UP */
.position {
  color: #f58128;
  font-style: italic; }

.contact-detail {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: black;
  position: relative; }
  .contact-detail.phone {
    margin-left: 25px; }
    .contact-detail.phone:before {
      content: "";
      background: url(../img/phone-orange.png) no-repeat;
      background-size: cover;
      width: 16px;
      height: 16px;
      top: 6px;
      left: -25px;
      position: absolute; }
  .contact-detail.mail {
    margin-left: 25px; }
    .contact-detail.mail:before {
      content: "";
      background: url(../img/mail-orange.png) no-repeat;
      background-size: cover;
      width: 17px;
      height: 13px;
      top: 6px;
      left: -25px;
      position: absolute; }

#post-220 .contact-detail {
  display: inline-block;
  padding-right: 40px;
  margin-top: -10px;
  margin-bottom: 10px; }

/* Styles for dialog window */
.small-popout {
  background: white;
  padding: 40px 25px;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  position: relative; }
  .small-popout .container {
    width: 100%; }
  .small-popout h4 {
    font-size: 30px;
    font-weight: 600; }
  .small-popout pre {
    padding: 0; }
  .small-popout .image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }

.mfp-close-btn-in .mfp-close {
  background-color: #f58128;
  color: white;
  width: 34px;
  height: 34px;
  opacity: 1;
  line-height: 34px;
  right: -17px;
  top: -17px; }

.tablepress thead th {
  background-color: #f58128 !important;
  color: white; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

.navbar-nav > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.navbar-toggle {
  background-color: black;
  border-radius: 0; }
  .navbar-toggle .icon-bar {
    background-color: #f58128; }

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

.arrow-up {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black; }

.navbar > .container-fluid .navbar-brand {
  margin-left: 0; }

.navbar {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  background-color: white;
  border: none; }
  .navbar .navbar-nav > li > a {
    margin-top: 0px; }
  .navbar #search-icon {
    margin-top: 0px; }
  .navbar .cd-dropdown {
    margin-top: 10px;
    margin-bottom: 0; }
  .navbar .navbar-nav {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .navbar.small .navbar-brand {
    height: 40px; }
  .navbar.small .navbar-nav {
    margin-top: 14px; }
  .navbar.big {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 9;
    border-bottom: none;
    margin-top: 2px; }
    .navbar.big #search-bar {
      max-width: 1170px;
      padding-left: 0;
      padding-right: 0; }
      .navbar.big #search-bar .container {
        background-color: transparent !important; }
    .navbar.big .top-logo {
      height: 68px; }
    .navbar.big .navbar-nav {
      margin-top: 28px; }
  .navbar a {
    font-size: 18px;
    line-height: 36px;
    color: black; }
  .navbar ul li {
    list-style: none; }
    .navbar ul li a:hover, .navbar ul li a:focus {
      color: #f58128;
      background-color: transparent;
      text-decoration: none; }
  .navbar .dropdown-menu ul {
    padding-left: 0; }
    .navbar .dropdown-menu ul li {
      text-align: left; }
      .navbar .dropdown-menu ul li a {
        font-size: 14px; }

a.navbar-brand {
  padding: 20px 0;
  height: 68px;
  width: 220px;
  margin: 20px;
  background: url(../img/logo.png);
  background: url(../img/enterprise_logo.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url(../img/enterprise_logo.svg), -webkit-linear-gradient(transparent, transparent);
  background: url(../img/enterprise_logo.svg), -o-linear-gradient(transparent, transparent);
  background: url(../img/enterprise_logo.svg), linear-gradient(transparent, transparent);
  background-size: contain;
  background-repeat: no-repeat; }

.navbar-fixed-top .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px; }

.navbar-collapse {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropdown-menu {
  padding: 0;
  border-top: solid 5px black;
  background-color: black;
  color: white;
  border-radius: 0; }
  .dropdown-menu h4 {
    border-bottom: solid 1px #f58128;
    padding-bottom: 20px;
    font-weight: 600;
    text-align: left;
    color: white; }
  .dropdown-menu ul li {
    font-weight: normal; }
    .dropdown-menu ul li a {
      line-height: 30px;
      color: white; }

#search-icon {
  display: block;
  margin-top: 25px;
  margin-right: 15px;
  padding: 15px;
  cursor: pointer; }

#search-bar {
  background-color: #f5f5f5;
  color: #929496;
  font-style: italic;
  line-height: 20px;
  font-size: 20px;
  -webkit-box-shadow: inset 0px 10px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px 10px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px 10px 24px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 9; }
  #search-bar input {
    background-color: transparent;
    margin-top: 5px;
    border: none; }
    #search-bar input:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.image-contain {
  position: relative;
  width: 100%;
  margin: 0;
  height: 100%;
  overflow: hidden; }
  .image-contain .image {
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.search-result {
  padding-bottom: 10px;
  border-bottom: solid 1px #f1f1f1; }
  .search-result .image-contain {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    height: 0;
    overflow: hidden; }
    .search-result .image-contain .image {
      position: absolute;
      height: 100%;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  .search-result h3 {
    line-height: 26px; }

.carousel-inner .item .container-fluid {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-inner .item .btn-primary {
  margin-bottom: 60px; }

.carousel-inner .container-fluid {
  height: 100%; }

.carousel-text {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin-top: 145px;
  padding: 30px;
  float: none; }
  .carousel-text p {
    color: white; }
  .carousel-text h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 12px; }
  .carousel-text span.link {
    color: #f58128;
    padding-right: 10px; }

.carousel-button {
  text-align: left;
  margin-top: 10px; }

.carousel-indicators {
  left: 0;
  bottom: 60px;
  margin-left: 0;
  position: absolute;
  /* left: 50%; */
  z-index: 15;
  width: 100%;
  padding-left: 0;
  /* margin-left: -30%; */
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.8);
    background-color: black;
    border-color: transparent !important; }

.top-banner {
  height: auto;
  overflow: hidden; }
  .top-banner img {
    width: 100%; }

.btn-primary {
  background-color: #f58128;
  border-radius: 0;
  border: none;
  font-size: 15px;
  padding: 20px 25px;
  font-weight: normal; }
  .btn-primary img {
    padding-left: 10px;
    width: 16px !important;
    display: inline !important; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #e0670a;
    outline: none; }
  .btn-primary.dark {
    background-color: #e67825; }

.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 75%;
  left: inherit; }

/*-----------------------------
		  Show a nice demo 
		 -----------------------------*/
.yamm {
  margin: 0; }

/* Grid demo styles */
.dropdown-grid {
  padding: 10px 30px; }
  .dropdown-grid .col-md-6 {
    padding-left: 5px;
    padding-right: 5px; }

.layout-demo [class*="span"] {
  line-height: 80px; }

.dropdown-grid [class*="span"] {
  line-height: 30px; }

.dropdown-grid [class*="span"],
.layout-demo [class*="span"] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  font-weight: bold; }

/* End Grid demo styles */
.yamm .accordion, .yamm-nav,
.yamm table, .yamm form,
.yamm .thumbnails li {
  margin-bottom: 0; }

/* LARGE SECOND MENU */
.dropdown-large {
  position: static !important; }

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px; }

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0; }

.dropdown-menu-large > li > ul > li {
  list-style: none; }

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal; }

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999; }

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px; }

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0; }
  .dropdown-menu-large > li {
    margin-bottom: 30px; }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0; }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important; } }

.span6menu {
  width: 48.717948717948715% !important;
  *width: 48.664757228587014%; }

.span3menu {
  width: 23.076923076923077% !important;
  *width: 23.023731587561375%; }

@media (max-width: 900px) {
  .span6menu {
    width: 100% !important;
    *width: 100%; }
  .span3menu {
    width: 100% !important;
    *width: 100%; } }

.dropdown_title {
  margin-left: 10%; }

/* DROP DOWN */
.cd-dropdown {
  -webkit-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.1s cubic-bezier(0.77, 0, 0.175, 1); }
  .cd-dropdown a {
    font-size: 14px; }

.cd-dropdown,
.cd-select {
  position: relative;
  width: 210px;
  margin: 35px auto;
  display: inline-block; }

.cd-dropdown > span {
  width: 100%;
  height: 35px;
  line-height: 30px;
  color: #f58128;
  font-size: 14px;
  background: #fff;
  display: block;
  padding: 0 50px 0 10px;
  position: relative;
  cursor: pointer;
  border: solid 1px #c4c4c4; }

.cd-dropdown > span:after {
  content: '\25BC';
  position: absolute;
  right: 0px;
  top: 15%;
  width: 50px;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  height: 70%;
  line-height: 4px;
  border-left: 1px solid #ddd;
  color: black; }

.cd-dropdown.cd-active > span:after {
  content: '\25B2'; }

.cd-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative; }

.cd-dropdown ul li {
  display: block;
  width: 100% !important; }

.cd-dropdown ul li span {
  width: 100%;
  background: #f7f7f7;
  line-height: 37px;
  padding: 0 15px;
  display: block;
  color: #000;
  cursor: pointer; }

.cd-dropdown > span,
.cd-dropdown ul li span {
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"] {
  padding: 0 30px 0 45px; }

/* Select fallback styling */
.cd-select {
  border: 1px solid #ddd; }

.cd-dropdown ul {
  position: absolute;
  top: 0px;
  width: 100%; }

.cd-dropdown ul li {
  position: absolute;
  width: 100%; }

.cd-active.cd-dropdown > span {
  color: #f58128; }
  .cd-active.cd-dropdown > span:after {
    color: #f58128; }

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.cd-active.cd-dropdown ul li span {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.cd-active.cd-dropdown ul li span:hover {
  background: #f58128;
  color: #fff; }

@media (min-width: 768px) {
  .navbar .navbar-nav > li.dropdown-About > a {
    padding-left: 0; } }

#owl-demo .item {
  background-color: #f58128;
  padding: 30px;
  margin: 15px;
  color: #FFF;
  text-align: left;
  height: 240px;
  font-weight: 600;
  border-bottom: solid 5px #f58128;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item.orange {
    border-bottom: solid 5px white; }
    #owl-demo .item.orange .btn-primary.dark {
      background-color: white;
      color: #f58128; }
      #owl-demo .item.orange .btn-primary.dark:hover {
        background-color: #e0670a; }
  #owl-demo .item .overlay {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    #owl-demo .item .overlay p {
      position: absolute;
      bottom: 0;
      font-weight: normal;
      padding: 30px;
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item.image {
    width: 400px; }
  #owl-demo .item .image-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item .image-bg-contain {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  #owl-demo .item .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #owl-demo .item .image img {
      height: auto;
      width: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item h4 {
    font-size: 35px;
    line-height: 36px;
    margin: 0;
    font-weight: 600; }
  #owl-demo .item h3 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    font-weight: 600;
    z-index: 99;
    position: relative; }
  #owl-demo .item p {
    color: white; }
  #owl-demo .item .btn-primary {
    position: absolute;
    bottom: 30px; }
  #owl-demo .item.text {
    width: 270px; }
  #owl-demo .item.text.white {
    background-color: white;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    #owl-demo .item.text.white h4 {
      color: black;
      -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item.text.white:hover .btn-primary {
    background-color: #e0670a; }
  #owl-demo .item.text.orange h4 {
    color: white;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  #owl-demo .item.text.orange:hover .btn-primary {
    background-color: #f58128; }
  #owl-demo .item:before {
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    position: absolute;
    background: #d4d4d4;
    bottom: -4px;
    content: '';
    z-index: -5;
    width: 100px;
    height: 100px;
    right: -50px; }
  #owl-demo .item:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #owl-demo .item:hover .image-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #owl-demo .item:hover .overlay {
    opacity: 1; }
    #owl-demo .item:hover .overlay p {
      opacity: 1; }

.owl-carousel {
  margin-top: 15px; }

.owl-prev {
  position: absolute;
  bottom: 115px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/arr-left.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer; }
  .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.icon-chevron-left, .icon-chevron-right {
  display: none; }

.owl-next {
  position: absolute;
  bottom: 115px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/arr-right.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.archive-page {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7; }
  .archive-page h1 {
    color: 333333;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px; }

.welcome {
  border-bottom: solid 1px #dedede;
  padding-top: 50px;
  padding-bottom: 50px; }

.front-news {
  padding-bottom: 40px;
  background-color: #f7f7f7; }
  .front-news h2 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px; }

.banner-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .banner-image .row {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%; }
  .banner-image .container {
    padding-top: 100px; }
  .banner-image h4 {
    font-size: 20px;
    color: white;
    font-weight: 600; }

.news-box-link {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-box-link.dark {
    background-color: #eeeeee; }
  .news-box-link.light {
    background-color: white; }
  .news-box-link .image-crop {
    position: relative;
    overflow: hidden;
    height: 175px;
    border-bottom: solid 5px #f58128;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-box-link .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-box-link .overlay {
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 99;
    text-align: center; }
    .news-box-link .overlay h6 {
      margin: 15%;
      color: white;
      font-size: 24px;
      font-weight: 600; }
  .news-box-link img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .news-box-link .text {
    padding: 20px;
    height: 145px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .news-box-link .text .title {
      font-size: 20px;
      color: #000;
      height: 120px; }
    .news-box-link .text .date {
      font-size: 14px;
      color: #f58128; }
  .news-box-link span {
    display: block; }
  .news-box-link:hover {
    /*-webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    4px 4px 15px 0px rgba(0, 0, 0, 0.25);
box-shadow:         4px 4px 15px 0px rgba(0, 0, 0, 0.25);
		z-index: 99;
		*/ }
    .news-box-link:hover .text {
      height: 195px; }
    .news-box-link:hover .image-crop {
      height: 125px; }
    .news-box-link:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .news-box-link:hover .overlay {
      opacity: 1; }

.popup-with-move-anim:hover {
  text-decoration: none; }

.news-box-link.team {
  margin-bottom: 30px; }
  .news-box-link.team .text {
    height: 65px;
    padding-right: 10px; }
    .news-box-link.team .text .title {
      height: 41px;
      font-size: 18px; }
  .news-box-link.team .image-crop {
    height: 175px; }
  .news-box-link.team:hover .text {
    height: 115px; }
  .news-box-link.team:hover .image-crop {
    height: 125px; }

.video-thumbnail {
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .video-thumbnail img {
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .video-thumbnail .play-button {
    z-index: 1;
    width: 50px;
    position: absolute;
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px); }

.case-and-blog {
  padding-bottom: 30px;
  background-color: #f7f7f7; }
  .case-and-blog h2 {
    font-weight: 600;
    margin-bottom: 35px; }

.equity {
  border: solid 1px #f1f1f1;
  height: 100px;
  margin: 15px 0;
  padding: 5px; }
  .equity .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.case-link {
  position: relative;
  overflow: hidden;
  height: 175px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .case-link.dark {
    background-color: #eeeeee; }
  .case-link.light {
    background-color: white; }
  .case-link .image-container {
    height: 175px;
    overflow: hidden;
    width: 50%;
    float: left; }
  .case-link .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .case-link .image img {
      height: 100%;
      width: auto;
      float: left; }
  .case-link .text {
    width: 50%;
    height: 175px;
    float: right;
    border-bottom: solid 5px #f58128;
    padding: 30px;
    font-size: 20px;
    line-height: 26px; }
    .case-link .text p {
      color: black;
      font-size: 20px;
      line-height: 26px; }
  .case-link:hover {
    /*	-webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    4px 4px 15px 0px rgba(0, 0, 0, 0.25);
box-shadow:         4px 4px 15px 0px rgba(0, 0, 0, 0.25);
		z-index: 99;*/ }
    .case-link:hover .image {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.view-all {
  position: absolute;
  top: 30px;
  right: 15px;
  color: #f58128; }
  .view-all:hover {
    color: #e0670a; }

.blog-link {
  height: 350px;
  position: relative;
  overflow: hidden; }
  .blog-link img {
    width: auto;
    height: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .blog-link .text {
    position: absolute;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    right: 0;
    padding: 30px;
    border-bottom: solid 5px #f58128; }
    .blog-link .text p {
      font-size: 16px; }
      .blog-link .text p.intro-text {
        color: black;
        font-size: 20px;
        line-height: 26px; }
  .blog-link:hover {
    /*-webkit-box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow:    4px 4px 15px 0px rgba(0, 0, 0, 0.25);
box-shadow:         4px 4px 15px 0px rgba(0, 0, 0, 0.25);
		z-index: 99;*/ }
    .blog-link:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; }

input {
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  border: solid 1px #68696b; }
  input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: solid 1px #f58128;
    outline: none; }
  input.small {
    margin-right: 5px;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px); }
  input::-webkit-input-placeholder {
    color: #6f6f6f;
    font-style: italic;
    font-size: 14px; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #6f6f6f;
    font-style: italic;
    font-size: 14px; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6f6f6f;
    font-style: italic;
    font-size: 14px; }
  input:-ms-input-placeholder {
    color: #6f6f6f;
    font-style: italic;
    font-size: 14px; }

.gf_progressbar {
  display: none; }

input[type=radio], input[type=checkbox] {
  height: 20px;
  margin-top: 5px !important; }

input[type=button] {
  width: 200px;
  padding-left: 4px; }

input[type=submit] {
  width: 200px;
  background-color: #f58128;
  color: white;
  padding-left: 4px;
  border: none; }

.gform_page_footer {
  text-align: right; }

.gfield ul {
  padding-left: 20px !important; }

article {
  margin-bottom: 50px; }
  article h1 {
    font-size: 50px;
    font-weight: 600;
    color: #333333; }
  article h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: black;
    margin-bottom: 15px; }
  article h3 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: black;
    margin-bottom: 15px; }
  article ul li {
    color: #68696b;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px; }
  article ul {
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */ }
  article ul > li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 0 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */ }
  article ul > li:before {
    content: '\2022';
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -1px;
    left: -1.5em;
    font-size: 26px;
    width: 2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #f58128;
    font-weight: bold;
    text-align: center; }
  article li.faq:before {
    display: none; }
  article ul.faq-sections > li:before {
    display: none; }
  article ul ul li:last-child {
    margin-bottom: 0; }
  article ol li {
    color: #68696b;
    font-size: 18px; }
  article ol {
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */ }
  article ol > li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 0 2em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */ }
  article ol > li:before {
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -10px;
    left: -1.5em;
    font-size: 32px;
    width: 2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #f58128;
    font-weight: bold;
    text-align: center; }
  article li ol,
  article li ul {
    margin-top: 6px; }
  article ol ol li:last-child {
    margin-bottom: 0; }
  article .blockquote-wrap {
    margin-top: 20px;
    margin-bottom: 20px; }
  article blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-left: 15px; }
    article blockquote .quote {
      border-left: 4px solid #f58128;
      padding-left: 30px;
      position: relative; }
      article blockquote .quote:before {
        content: "";
        background: url(../img/quotes-bg.png) no-repeat;
        background-size: cover;
        width: 24px;
        height: 48px;
        top: 0;
        left: -15px;
        position: absolute; }
      article blockquote .quote p {
        color: #68696b;
        font-style: italic;
        font-size: 24px;
        line-height: 36px; }
      article blockquote .quote cite {
        color: #1e2122;
        font-size: 22px;
        font-style: normal; }
  article .stat {
    border: solid 3px #f58128;
    padding: 25px;
    color: #f58128;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    width: 33.33%;
    position: relative; }
    article .stat:before {
      content: "";
      background: url(../img/stat.png) no-repeat;
      background-size: cover;
      width: 35px;
      height: 24px;
      top: -15px;
      left: 24px;
      position: absolute; }
    article .stat.alignleft {
      float: left;
      margin-right: 30px; }
    article .stat.alignright {
      float: right;
      margin-left: 30px; }
  article pre {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: black;
    border: none;
    background-color: transparent;
    padding: inherit;
    font-family: "myriad-pro", sans-serif;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: 15px; }
  article a {
    color: #f58128; }
    article a:hover {
      text-decoration: underline; }

.photo-credit {
  margin: 30px 0; }

.reagents .reagent {
  padding: 20px;
  padding-bottom: 35px;
  background-color: #f1f1f1;
  margin: 20px 0; }
  .reagents .reagent span.date {
    padding: 0;
    margin: 0;
    color: black;
    font-size: 14px;
    font-style: italic; }
  .reagents .reagent span.reagent_code {
    float: right; }
  .reagents .reagent article {
    margin-bottom: 20px; }
  .reagents .reagent .enquiry {
    color: white;
    margin-bottom: 10px; }
  .reagents .reagent a {
    color: #f58128; }
    .reagents .reagent a:hover {
      color: #c75c09; }
  .reagents .reagent h3 {
    margin-top: 0;
    padding-right: 30px; }

.small-popout .gform_title {
  display: none; }

#reagent-search {
  width: 47%;
  position: relative;
  float: left; }
  #reagent-search input {
    background-color: white;
    border: solid 1px #f1f1f1;
    padding-right: 30px; }
  #reagent-search:before {
    content: "";
    background: url(../img/search.png) no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 6px;
    position: absolute; }

#all-reagent-categories {
  float: right;
  width: 47%;
  margin-top: 10px; }

.arve-wrapper {
  margin-top: 20px; }

.read-more .read-more-link {
  color: #f58128;
  cursor: pointer; }

.read-more .content {
  display: none; }

.expand .expand-link {
  position: absolute;
  bottom: 10px;
  /* line-height: 20px; */
  /* padding-bottom: 30px; */
  /* right: 15px; */
  left: 20px;
  font-size: 14px;
  color: #f58128;
  cursor: pointer;
  width: 100%;
  z-index: 0;
  /* text-align: right; */ }

.expand .content {
  display: none;
  margin-top: 20px; }

.faq-sections {
  margin: 0;
  padding: 0;
  list-style: none; }

.faq-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .faq-list span.sign {
    font-family: "myriad-pro", sans-serif;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    right: 0.2em;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    width: 100%;
    text-align: right; }
  .faq-list li.faq {
    cursor: pointer;
    position: relative; }
    .faq-list li.faq h4 {
      color: #f58128;
      border-bottom: solid 1px #000;
      padding-bottom: 10px; }
    .faq-list li.faq .wrap-info {
      margin-top: 30px; }
  .faq-list .wrap-info {
    display: none; }

.sidebar {
  margin-bottom: 50px; }
  .sidebar ul {
    padding-left: 0; }
  .sidebar li.page_item {
    list-style: none;
    border-bottom: solid 1px #807e7e;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .sidebar li.page_item a {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: black;
      display: block;
      padding: 20px 0;
      -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
      transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
      .sidebar li.page_item a:hover {
        color: #f58128; }
    .sidebar li.page_item.current_page_item > a {
      color: #f58128; }
  .sidebar .current_page_ancestor > a {
    color: #f58128 !important; }

div.navigation {
  margin: 50px 0; }
  div.navigation .page-numbers {
    padding: 4px 8px;
    margin: 0px 4px;
    color: white;
    text-align: center; }
    div.navigation .page-numbers span {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 35px;
      font-size: 17px; }
      div.navigation .page-numbers span.dots {
        color: #333333;
        font-size: 32px; }
  div.navigation a.page-numbers {
    background-color: white;
    color: black;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 35px;
    font-size: 17px;
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
  div.navigation a.page-numbers:hover {
    background-color: #f58128;
    color: white; }
  div.navigation .page-numbers li {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
  div.navigation .current {
    background-color: #f58128;
    color: white; }
  div.navigation .prev, div.navigation .page_nav .next {
    border: none;
    background-color: #eeeeee !important; }

footer {
  background-color: #292828;
  color: white;
  padding-top: 20px;
  font-size: 16px; }
  footer input {
    background-color: #323232;
    border: none; }
  footer button[type=submit] {
    width: 40px;
    background-color: #f58128;
    color: white;
    float: right;
    padding-left: 4px;
    border: none;
    height: 40px; }
  footer a {
    color: white; }
  footer h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600; }
  footer .col-md-4 {
    margin-top: 10px;
    min-height: 280px; }
  footer .border-right {
    background: url(https://www.cam.ac.uk/sites/www.cam.ac.uk/themes/cam/assets/images/bg-footer-navigation.png) 100% 0 repeat-y; }
  footer .border-left {
    background: url(https://www.cam.ac.uk/sites/www.cam.ac.uk/themes/cam/assets/images/bg-footer-navigation.png) 0 100% repeat-y; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li {
      padding-bottom: 5px; }
  footer img {
    padding-right: 10px; }

.bottom-footer {
  margin-top: 20px;
  background-color: #151515; }
  .bottom-footer ul {
    margin-top: 10px;
    padding: 15px 0; }
    .bottom-footer ul li {
      display: inline;
      padding: 0 10px; }

#twitter_carousel {
  padding-left: 60px;
  padding-right: 60px;
  position: relative; }
  #twitter_carousel:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    background-image: url(../img/twitter_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px; }
  #twitter_carousel.owl-carousel {
    margin: 0; }

.next_tweet_arrow {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -9px;
  background-image: url(../img/next_tweet_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  z-index: 9; }
  .next_tweet_arrow:hover {
    -moz-animation: bounceRight 0.4s linear;
    -webkit-animation: bounceRight .4s linear; }

.twitter_feed_section {
  background-color: #000;
  padding: 35px 0; }
  .twitter_feed_section .container {
    position: relative; }

.tweet {
  color: white; }
  .tweet a {
    color: #00adf2; }

.parallax-window {
  height: 540px; }

.cd-dropdown {
  float: right;
  margin: 0;
  width: 90%;
  margin: 20px 0; }

.owl-carousel {
  margin-top: -65px;
  z-index: 99; }

.carousel-text {
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 15px; }

.background-text {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 3em;
  line-height: 1.48;
  font-weight: 600;
  margin-top: -8px;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 20px 10px;
  margin-bottom: 12px; }

.item.active {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative; }

.item:after {
  padding-top: 36.33%;
  /* 16:9 ratio */
  display: block;
  width: 600%;
  content: ''; }

.item {
  position: relative; }

.carousel-inner .item {
  min-height: 400px; }

#myCarousel {
  padding-bottom: 36.33%;
  height: 0;
  min-height: 400px; }

@media only screen and (min-width: 1030px) {
  .parallax-tablet {
    position: relative !important; } }

@media only screen and (max-width: 1600px) {
  #owl-demo .item {
    padding: 15px; }
    #owl-demo .item h4 {
      font-size: 32px; }
    #owl-demo .item h3 {
      font-size: 32px; }
    #owl-demo .item.image {
      width: 360px; }
    #owl-demo .item.text {
      width: 243px; }
    #owl-demo .item .overlay p {
      padding: 15px;
      font-size: 20px; }
    #owl-demo .item .btn-primary {
      bottom: 15px; } }

@media only screen and (max-width: 1300px) {
  .carousel-indicators {
    bottom: 60px; } }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .carousel-text {
    margin-top: 65px; }
  .top-banner {
    height: auto;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 1046px) {
  .background-text {
    font-size: 2.5em;
    line-height: 1.54em; }
  .grey-box.social h6 {
    font-size: 12px; }
  .cd-dropdown {
    width: 90%; }
  .blog-link .text {
    padding: 15px; }
  .parallax-window {
    height: auto; }
    .parallax-window .btn {
      margin-bottom: 20px; } }

@media only screen and (max-width: 979px) {
  .navbar-header {
    padding-left: 15px; }
  footer .border-right {
    background: none; }
  footer .border-left {
    background: none; }
  .grey-box.side-nav {
    margin-top: 0; }
    .grey-box.side-nav .parent-page-title {
      top: 20px; }
  a.navbar-brand {
    height: 38px;
    width: 130px; }
  .navbar .navbar-nav > li > a {
    padding: 15px 10px 0; }
  .navbar.big .navbar-nav {
    margin-top: 15px; }
  .top-padding {
    display: none; }
  #reagent-search, #all-reagent-categories {
    width: 100%;
    float: none; }
  .display-none-small {
    display: none; } }

@media only screen and (max-width: 767px) {
  .news-box-link, .case-link {
    margin-bottom: 15px; }
  .blog-link .text {
    left: 0; }
  .small-popout {
    padding: 10px; }
  .cd-dropdown {
    width: 100%; }
  .dropdown_title {
    margin-left: 0; }
  .col-md-9 {
    padding: 0; }
  article blockquote {
    margin: 15px 0; }
  p.big-quote {
    font-size: 30px;
    line-height: 44px; }
  .background-text {
    font-size: 1.5em;
    line-height: 1.7; }
  #content-wrap {
    margin-top: 78px; }
  .carousel-text {
    margin-top: 25px; }
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; }
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
    .yamm .dropdown.yamm-fullwidth .dropdown-menu h4 {
      color: black; }
    .yamm .dropdown.yamm-fullwidth .dropdown-menu ul li a {
      color: black; }
  .navbar.small .navbar-nav {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
  .video-thumbnail {
    margin-top: 20px; }
  #twitter_carousel {
    padding-right: 10px;
    padding-left: 50px; }
  .next_tweet_arrow {
    height: 20px;
    width: 20px;
    top: 3px; } }

.carousel-fade .item {
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s; }

.carousel-fade .active.left {
  left: 0;
  opacity: 0;
  z-index: 2; }

.carousel-fade .next {
  left: 0;
  opacity: 1;
  z-index: 1; }

.carousel.fade {
  opacity: 1; }

.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1; }

.carousel.fade .item:first-child {
  top: auto;
  position: relative; }

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index: 2; }
  .carousel.fade .item.active .item-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

/* Print Styles */
@media print {
  footer {
    display: none; }
  .top-links {
    display: none; }
  .navbar {
    display: none; }
  .sidebar {
    display: none; }
  .front-news {
    display: none; }
  .top-banner {
    display: none; }
  .grey-box {
    display: none; } }

/* Global Header */
.navbar {
  background-color: transparent; }

.navbar.small {
  background-color: white; }

.navbar.big .container {
  background-color: white;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09); }

.navbar.big {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media print {
  .col-md-3 {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .navbar.big {
    background-color: white;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.09); }
  .navbar.big .container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; } }

.author-contain {
  float: left;
  padding: 15px;
  margin: 15px;
  margin-top: 0;
  margin-left: 0;
  text-align: center;
  padding-top: 15px; }

.author-box {
  width: 120px;
  margin-top: 10px; }
  .author-box img {
    width: 90px;
    margin-bottom: 15px; }

.slick-slide:focus {
  outline: none; }

.timeline-intro {
  background-color: white;
  margin-bottom: -60px;
  padding: 35px 45px;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px); }
  @media only screen and (min-width: 768px) {
    .timeline-intro {
      text-align: justify; }
      .timeline-intro > div:nth-child(2) {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2; } }
  .timeline-intro h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f58128;
    font-weight: 600; }

.story-timeline {
  background-color: #1c1a1b;
  padding: 40px 0;
  position: relative; }

.story-timeline__carousel .slick-dots li:nth-child(3n + 2) {
  display: none; }

.story-timeline h2 {
  font-size: 50px;
  line-height: 44px;
  color: white;
  font-weight: 900; }

.story-timeline p {
  font-size: 22px;
  color: white;
  letter-spacing: 0px; }

.st-block {
  margin-right: 30px;
  background-size: cover;
  background-position: center; }

.st-block--full {
  width: 800px;
  height: 550px; }
  .st-block--full .btn-primary {
    padding: 15px 25px;
    margin-top: 10px; }
  .st-block--full .st-block__inner__bottom-text {
    padding: 35px 30px;
    color: white; }
    .st-block--full .st-block__inner__bottom-text .text-right {
      padding-top: 25px; }

.st-block--full + .st-block--half .st-block__inner__top-link {
  display: block; }

.st-block--half {
  width: 400px; }

.st-block--half h2 {
  font-size: 36px;
  margin-top: 0;
  line-height: 32px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s; }

.st-block--half p {
  font-size: 20px;
  letter-spacing: 0.5px; }

.st-block--half__excerpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 45px 40px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.st-block__inner:hover .st-block--half__excerpt {
  opacity: 1;
  -webkit-transition: all 0.2s linear 0.25s;
  -o-transition: all 0.2s linear 0.25s;
  transition: all 0.2s linear 0.25s; }

.st-block__inner:hover .st-block__inner__top-text h2 {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.st-block__inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3); }

.st-block__inner__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.st-block__inner--quote {
  background-color: #ffa058;
  color: white;
  padding: 25px 35px;
  display: table; }
  .st-block__inner--quote .quote {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    border-left: solid 4px #f58128;
    display: table-cell;
    vertical-align: middle;
    color: black;
    position: relative; }
    .st-block__inner--quote .quote:after {
      height: 40px;
      width: 30px;
      content: '';
      position: absolute;
      top: 0;
      left: -18px;
      background-color: #ffa058;
      background-image: url(../img/quotes.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .st-block__inner--quote .quote .cite {
      font-style: normal;
      padding-top: 10px;
      font-weight: bold;
      color: white; }

.st-block__inner--table {
  display: table; }

.st-block__center-content {
  padding: 25px 20px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center; }

.st-block__inner__top-link {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  padding: 20px;
  font-size: 20px;
  color: black;
  font-weight: 600; }

.st-block--half .st-block__inner__top-link {
  font-size: 16px;
  padding: 15px; }

.st-block__inner__bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 40px; }

.st-block__inner__top-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 40px; }

.st-block--half .st-block__inner {
  height: calc(275px - 15px); }

.left-label, .right-label {
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 50px; }

.left-label {
  left: 60px; }

.right-label {
  right: 60px; }

.going-live > div {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px; }
  .going-live > div:first-child {
    font-style: italic; }
  .going-live > div:nth-child(1) {
    color: #f58128; }

.down-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .down-arrow:after, .down-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 4px;
    height: 25px;
    background-color: #f58128; }
  .down-arrow:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left; }
  .down-arrow:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right; }

.top-banner {
  position: relative; }

.top-banner__title {
  position: absolute;
  bottom: 160px;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.47); }

@media only screen and (max-width: 480px) {
  .st-block--half h2 {
    font-size: 26px;
    margin-top: 0;
    line-height: 28px; } }
