/* colors
===============*/
/* heading settings
====================== */
/*  grid settings
=====================*/
/* buttons settings
=====================*/
.social-links, .navigation-links, .sub-links, .info-list, .partner-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #header .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

@media screen and (min-width: 992px) {
  body {
    margin: 0 0 0 -1px; } }

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

@media screen and (min-width: 992px) {
  #wrapper {
    display: flex; }
    #wrapper:before {
      content: "";
      width: 1px;
      min-height: 100vh;
      display: block;
      float: left; } }

@media screen and (min-width: 992px) {
  .w2 {
    flex-grow: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column; } }

#header {
  padding: 13px 0 0;
  width: 100%;
  position: fixed;
  min-height: 61px;
  top: 0;
  z-index: 50000;
  left: 0;
  right: 0;
  z-index: 16; }

@media screen and (min-width: 768px) {
  #header {
    padding: 21px 0 0;
    min-height: 73px;
    z-index: 50000; } }

@media screen and (min-width: 992px) {
  #header {
    min-height: 105px;
    padding: 11px 0 0;
    z-index: 50000; } }
  #header .container {
    padding-right: 0;
    padding-left: 0; }

.sticky-header {
  background-color: rgba(22, 51, 71, 0.95); }

.events-page .header-wrapper_event {
  height: 622px;
  background-image: url(../images/slide-1.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  .events-page .header-wrapper_event .background-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 58, 93, 0.75); }
  .events-page .header-wrapper_event .slide-description h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 3px;
    margin: 0 0 32px;
    position: relative; }

@media screen and (min-width: 768px) {
  .events-page .header-wrapper_event .slide-description h2 {
    font-size: 36px;
    line-height: 43px;
    padding: 22px 0 20px;
    font-weight: bold;
    margin: 0 0 46px; } }

@media screen and (min-width: 992px) {
  .events-page .header-wrapper_event .slide-description h2 {
    font-size: 48px;
    line-height: 57px;
    max-width: 70%; } }
    .events-page .header-wrapper_event .slide-description h2:before, .events-page .header-wrapper_event .slide-description h2:after {
      width: 70px;
      height: 1px;
      content: "";
      background: #fff;
      position: absolute;
      left: 0;
      z-index: 3; }

@media screen and (min-width: 768px) {
  .events-page .header-wrapper_event .slide-description h2:before, .events-page .header-wrapper_event .slide-description h2:after {
    width: 123px;
    height: 1px; } }
    .events-page .header-wrapper_event .slide-description h2:before {
      bottom: 100%; }
    .events-page .header-wrapper_event .slide-description h2:after {
      top: 100%; }

@media screen and (min-width: 768px) {
  .events-page .header-wrapper_event {
    height: 622px; } }

@media screen and (min-width: 992px) {
  .events-page .header-wrapper_event {
    height: 622px !important; } }

.header-wrapper {
  background-image: url(../images/AerospaceHeader-Image.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 160px; }
  .header-wrapper .background-layer {
    background-color: rgba(0, 58, 93, 0.75);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 304px;
    margin: 0 auto;
    height: 160px; }

@media screen and (min-width: 768px) {
  .header-wrapper .background-layer {
    height: 205px; } }

@media screen and (min-width: 768px) {
  .header-wrapper {
    height: 205px; }
    .header-wrapper .background-layer {
      height: 205px; } }

@media screen and (min-width: 992px) {
  .header-wrapper {
    height: 304px !important; }
    .header-wrapper .background-layer {
      height: 304px; } }

.solutions .header-wrapper {
  background-image: url(../images/Solutions-Hero.png); }
  .solutions .header-wrapper .background-layer {
    background-color: transparent; }

@media screen and (min-width: 992px) {
  .solutions .header-wrapper {
    height: 625px !important; }
    .solutions .header-wrapper .background-layer {
      height: 625px; } }

.logo {
  width: 118px;
  float: left;
  margin: 0 0 0 11px; }

@media screen and (min-width: 768px) {
  .logo {
    margin: 0 0 0 0; } }

@media screen and (min-width: 992px) {
  .logo {
    width: 132px;
    margin: 36px 0 0; } }
  .logo a {
    display: block; }
  .logo img {
    width: 100%;
    vertical-align: top; }

.nav-opener {
  transition: color 0.3s linear;
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 32px;
  float: right;
  position: relative;
  top: 2px;
  right: 12px;
  color: #fff; }

@media screen and (min-width: 768px) {
  .nav-opener {
    right: 12px; } }

@media screen and (min-width: 992px) {
  .nav-opener {
    display: none; } }
  .nav-opener:hover,
  .nav-active .nav-opener {
    color: #000;
    z-index: 15; }
    .nav-opener:hover:before, .nav-opener:hover:after,
    .nav-opener:hover span,
    .nav-active .nav-opener:before,
    .nav-active .nav-opener:after,
    .nav-active .nav-opener span {
      background: #000; }
  .nav-opener:before, .nav-opener:after {
    content: ""; }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    width: 28px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 3; }
  .nav-opener:before {
    top: 3px;
    transition: transform .3s linear, background .3s linear, top .3s linear; }
    .nav-active .nav-opener:before {
      transform: rotate(45deg);
      top: 13px; }
  .nav-opener:after {
    bottom: 4px;
    transition: transform .3s linear, background .3s linear, bottom .3s linear; }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg);
      bottom: 14px; }
  .nav-opener span {
    top: 13px;
    transition: background .3s linear, width .3s linear; }
    .nav-active .nav-opener span {
      width: 0; }
  .nav-opener .title {
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    z-index: 3; }

.nav-drop {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear, visibility .3s linear;
  overflow-y: auto; }

@media screen and (min-width: 992px) {
  .nav-drop {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
    background: transparent;
    float: right;
    overflow: visible; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible; }

.social-links {
  display: none; }

@media screen and (min-width: 992px) {
  .social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -8px 12px; } }
  .social-links li {
    padding: 0 8px; }
  .social-links a {
    color: #fff; }
    .social-links a:hover {
      color: #0096c6; }

.navigation-links {
  padding: 97px 6px 0;
  max-width: 205px;
  margin: 0 auto; }

@media screen and (min-width: 992px) {
  .navigation-links {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; } }
  .navigation-links li {
    text-transform: uppercase;
    margin: 0 0 35px; }

@media screen and (min-width: 992px) {
  .navigation-links li {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    padding: 0 9px; } }
    .navigation-links li.search-link {
      display: none; }

@media screen and (min-width: 992px) {
  .navigation-links li.search-link {
    display: block; } }
    .navigation-links li.has-drop-down.hover .sub-links-holder {
      max-height: 9999px; }

@media screen and (min-width: 992px) {
  .navigation-links li.has-drop-down.hover .sub-links-holder {
    opacity: 1;
    visibility: visible; } }
    .navigation-links li.has-drop-down.hover > a:after {
      transform: rotate(-180deg); }

@media screen and (min-width: 992px) {
  .navigation-links li.has-drop-down.hover:after {
    opacity: 1;
    visibility: visible; } }

@media screen and (min-width: 992px) {
  .navigation-links li.has-drop-down:after {
    content: "";
    border: 62px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    bottom: -38px;
    left: -3px;
    z-index: 3;
    transform: rotate(8deg);
    opacity: 0;
    visibility: hidden; }
  .navigation-links li.has-drop-down.other-side:after {
    left: 12%;
    transform: rotate(-8deg); } }

@media screen and (min-width: 992px) {
  .navigation-links li.border-link {
    border: solid #fff;
    border-width: 0 1px;
    padding: 0 20px; } }
    .navigation-links li.button-holder {
      text-align: center;
      padding: 57px 0 0; }

@media screen and (min-width: 992px) {
  .navigation-links li.button-holder {
    padding: 0 0 0 13px;
    margin-left: 20px; } }

@media screen and (min-width: 992px) {
  .navigation-links li.button-holder-alternate {
    padding: 0 0 0 13px;
    margin-left: 20px; } }
  .navigation-links a {
    color: #163347;
    line-height: 35px; }

@media screen and (min-width: 992px) {
  .navigation-links a {
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    z-index: 5; } }
    .navigation-links a:hover {
      color: #0096c6; }

@media screen and (min-width: 992px) {
  .navigation-links a:hover {
    color: #0096c6; } }
    .navigation-links a.has-drop-down-a:after {
      transition: transform 0.3s linear;
      display: inline-block;
      vertical-align: middle;
      content: "\e902";
      font-size: 10px;
      margin: 0 0 0 7px; }

@media screen and (min-width: 992px) {
  .navigation-links a.has-drop-down-a:after {
    display: none; } }
    .navigation-links a.btn {
      color: #fff;
      font-weight: 300;
      line-height: 19px; }

.sub-links-holder {
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s linear; }

@media screen and (min-width: 992px) {
  .sub-links-holder {
    max-height: 9999px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 5;
    overflow: visible;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 25px);
    white-space: nowrap;
    padding: 7px 25px 10px 25px; }
    .sub-links-holder:before {
      width: 100%;
      height: 30px;
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      z-index: 3; } }

@media screen and (min-width: 1200px) {
  .sub-links-holder {
    transform: translate(-31%, 25px); } }

@media screen and (min-width: 992px) {
  .sub-links {
    display: inline-block;
    vertical-align: top;
    margin: 18px 17px;
    white-space: nowrap;
    position: relative;
    z-index: 5;
    min-width: 170px; } }

.sub-links li {
  text-transform: capitalize;
  margin: 0 0 3px; }

.sub-links a {
  line-height: 32px;
  color: #0096c6; }

@media screen and (min-width: 992px) {
  .sub-links a {
    line-height: 16px;
    color: #0096c6; } }
  .sub-links a:hover {
    color: #163347; }

@media screen and (min-width: 992px) {
  .sub-links a:hover {
    color: #163347; } }

.sub-links .link-title {
  color: #163347; }

@media screen and (min-width: 992px) {
  .sub-links .link-title {
    display: block;
    text-transform: uppercase; } }

.select-holder-header {
  position: absolute;
  color: #fff; }
  .select-holder-header .jcf-select {
    background: transparent;
    border: transparent; }

@media screen and (min-width: 480px) {
  .select-holder-header {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .select-holder-header {
    margin-bottom: 11px;
    text-align: left; } }

@media screen and (min-width: 992px) {
  .select-holder-header {
    margin-bottom: 38px; } }
  .select-holder-header h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 4px; }

@media screen and (min-width: 768px) {
  .select-holder-header h2 {
    font-size: 24px;
    line-height: 26px;
    float: left;
    margin: 0 13px 4px 0; } }

@media screen and (min-width: 992px) {
  .select-holder-header h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 7px 4px 0; } }

#main {
  background-color: #f6f7f7;
  position: relative; }

.main-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(22, 51, 71, 0.85); }
  .main-overlay.active {
    display: block; }

.event-spending {
  background-color: #53a5ce;
  width: 100%; }
  .event-spending:after, .event-spending:before {
    clear: both;
    content: "";
    display: block; }
  .event-spending__time, .event-spending__place {
    width: 50%;
    float: left;
    text-align: center; }

@media screen and (max-width: 767px) {
  .event-spending__time, .event-spending__place {
    width: 100%; }
    .event-spending__time h2, .event-spending__place h2 {
      font-size: 24px;
      padding-top: 30px;
      font-weight: 300;
      color: white; }
    .event-spending__time p, .event-spending__place p {
      font-size: 24px;
      padding-top: 0px;
      padding-bottom: 15px;
      font-weight: normal;
      color: black; } }

@media screen and (min-width: 769px) {
  .event-spending__time h2, .event-spending__place h2 {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 45px;
    font-weight: 300; }
  .event-spending__time p, .event-spending__place p {
    font-size: 42px;
    padding-top: 28px;
    padding-bottom: 60px;
    color: black;
    font-weight: normal; } }

.event-about {
  display: flex; }

@media screen and (max-width: 767px) {
  .event-about {
    flex-direction: column; } }
  .event-about:after, .event-about:before {
    clear: both;
    content: "";
    display: block; }
  .event-about__image, .event-about__description {
    width: 50%;
    min-height: 630px;
    height: auto; }

@media screen and (max-width: 767px) {
  .event-about__image, .event-about__description {
    width: 100%;
    min-height: 0; } }
  .event-about__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }

@media screen and (max-width: 767px) {
  .event-about__image {
    height: 300px; } }
  .event-about__description {
    padding: 45px; }
    .event-about__description-text h1 {
      font-size: 48px;
      line-height: 57px; }

@media screen and (max-width: 991px) {
  .event-about__description-text h1 {
    font-size: 40px;
    line-height: 47px; } }
    .event-about__description-text h2 {
      font-size: 28px;
      padding-bottom: 30px; }

@media screen and (max-width: 991px) {
  .event-about__description-text h2 {
    font-size: 24px;
    line-height: 28px; } }

@media screen and (max-width: 767px) {
  .event-about__description-text h3 {
    font-size: 16px; } }
    .event-about__description-text p {
      font-weight: normal; }

.event-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch; }
  .event-members:after, .event-members:before {
    clear: both;
    content: "";
    display: block; }
  .event-members__person {
    width: 25%; }

@media screen and (max-width: 767px) {
  .event-members__person {
    width: 100%; } }
    .event-members__person-image {
      overflow: hidden; }
      .event-members__person-image img {
        width: 100%; }
    .event-members__person h3.name {
      font-size: 28px;
      text-align: center;
      padding-bottom: 15px;
      padding-top: 30px; }
    .event-members__person p.position {
      text-align: center;
      padding-bottom: 40px;
      font-weight: normal; }

.event-social {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #003a5d;
  color: white; }
  .event-social:after, .event-social:before {
    clear: both;
    content: "";
    display: block; }

@media screen and (max-width: 767px) {
  .event-social {
    flex-direction: column; } }
  .event-social__follow {
    width: 50%;
    padding: 80px 65px 80px 95px;
    float: left; }

@media screen and (max-width: 767px) {
  .event-social__follow {
    width: 100%;
    padding: 30px; } }
    .event-social__follow p {
      font-size: 28px;
      text-transform: uppercase; }
  .event-social__icons {
    width: 50%;
    float: left; }

@media screen and (max-width: 767px) {
  .event-social__icons {
    width: 100%;
    padding: 30px; } }
    .event-social__icons ul {
      padding-left: 0;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: space-between;
      -ms-flex-pack: end;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      list-style-type: none; }
      .event-social__icons ul a {
        color: white; }
        .event-social__icons ul a i {
          font-size: 86px; }

@media screen and (max-width: 991px) {
  .event-social__icons ul a i {
    font-size: 48px; } }

@media screen and (max-width: 767px) {
  .event-social__icons ul a i {
    font-size: 20px; } }
        .event-social__icons ul a span {
          font-size: 28px;
          padding-right: 95px; }

@media screen and (min-width: 992px) {
  .event-social__icons ul a span {
    padding-right: 95px !important; } }

@media screen and (max-width: 767px) {
  .event-social__icons ul a span {
    font-size: 20px;
    padding-right: 0; } }

@media screen and (min-width: 768px) {
  .event-social__icons ul a span {
    padding-right: 30px; } }

.main-overlay-message {
  display: none;
  width: 294px;
  margin-top: -163px;
  margin-left: -147px;
  position: relative;
  height: 326px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100001; }

@media screen and (min-width: 768px) {
  .main-overlay-message {
    width: 460px;
    margin-left: -230px; } }
  .main-overlay-message .md-tl, .main-overlay-message .md-t, .main-overlay-message .md-tr, .main-overlay-message .md-bl, .main-overlay-message .md-b, .main-overlay-message .md-br, .main-overlay-message .md-m {
    background-image: url(../images/modal.png);
    height: 20px;
    position: absolute; }
  .main-overlay-message .md-m {
    height: auto;
    top: 20px;
    bottom: 20px;
    width: auto;
    left: 0;
    right: 0;
    background-position: center center; }
  .main-overlay-message .md-tl, .main-overlay-message .md-tr, .main-overlay-message .md-bl, .main-overlay-message .md-br {
    width: 20px; }
  .main-overlay-message .md-tl, .main-overlay-message .md-t, .main-overlay-message .md-tr {
    top: 0; }
  .main-overlay-message .md-bl, .main-overlay-message .md-b, .main-overlay-message .md-br {
    bottom: 0;
    background-position: bottom; }
  .main-overlay-message .md-tl, .main-overlay-message .md-bl {
    left: 0; }
  .main-overlay-message .md-tr, .main-overlay-message .md-br {
    right: 0;
    background-position: top right; }
  .main-overlay-message .md-br {
    background-position: bottom right; }
  .main-overlay-message .md-t, .main-overlay-message .md-b {
    width: 294px; }

@media screen and (min-width: 768px) {
  .main-overlay-message .md-t, .main-overlay-message .md-b {
    width: 460px; } }
  .main-overlay-message .main-overlay-message-body {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .main-overlay-message .main-overlay-message-body .glyphicon {
      cursor: pointer;
      font-size: 26px;
      top: -22px; }
  .main-overlay-message .main-overlay-message-body-text {
    font-size: 19px;
    margin: 4px 0 30px 0; }

@media screen and (min-width: 768px) {
  .main-overlay-message .main-overlay-message-body-text {
    font-size: 22px; } }
  .main-overlay-message .main-overlay-message-body-stay {
    line-height: 28px;
    margin-top: 20px; }
  .main-overlay-message .btn {
    width: 124px; }
  .main-overlay-message.active {
    display: block; }

.content-headline {
  font-weight: 600;
  margin-bottom: 4px; }

a {
  transition: color 0.3s linear; }
  a:hover {
    text-decoration: none; }
  a.see-more {
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #0096c6;
    font-family: "Roboto", sans-serif; }
    a.see-more:after {
      content: "\e900";
      font-size: 10px;
      margin: 0 0 0 5px; }
    .case-study-tile a.see-more,
    .blog-tile a.see-more {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 15px; }
    .blog-tile a.see-more {
      margin: 0 0 5px; }
  a.link {
    font-weight: 500;
    font-size: 14px;
    color: #163347;
    font-family: "Roboto", sans-serif; }

img {
  max-width: 100%;
  vertical-align: top; }

h1,
h2,
h3,
h4 {
  margin: 0 0 10px; }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 24px; } }

.btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px;
  margin: 0 15px;
  border-radius: 0;
  border: none;
  position: relative; }
  .btn.custom-btn {
    font-weight: 300;
    font-size: 14px; }

@media screen and (max-width: 991px) {
  .btn.custom-btn {
    line-height: 19px; } }
    .btn.custom-btn:before, .btn.custom-btn:after {
      width: 43px;
      height: 0;
      transition: border-width 0.3s linear;
      content: "";
      position: absolute;
      top: 0;
      z-index: 3;
      display: block;
      border-bottom: 17px solid #dc4c33;
      border-left: 14px solid transparent;
      border-right: 0px solid transparent; }

@media screen and (max-width: 991px) {
  .btn.custom-btn:before, .btn.custom-btn:after {
    line-height: 19px;
    border-bottom: 17px solid #dc4c33;
    border-left: 14px solid transparent; } }
    .btn.custom-btn:before {
      right: 100%;
      transform: rotate(270deg) translate(-13px, 13px); }
    .btn.custom-btn:after {
      content: "";
      left: 100%;
      transform: rotate(-270deg) translate(13px, 14px); }
    .btn.custom-btn:hover {
      box-shadow: none; }
      .btn.custom-btn:hover:before, .btn.custom-btn:hover:after {
        border-left: 0px solid transparent;
        border-right: 14px solid transparent; }
  .btn:focus {
    outline: none; }
  .btn.btn-primary:hover {
    background: #dc4c33; }

@media screen and (min-width: 992px) {
  .button-holder .btn.btn-primary {
    color: #fff; } }

@media screen and (min-width: 992px) {
  .button-holder-alternate .btn.btn-primary {
    background: #dc4c33;
    color: #fff; }
    .button-holder-alternate .btn.btn-primary:before, .button-holder-alternate .btn.btn-primary:after {
      border-bottom: 17px solid #dc4c33; } }

.content-cta {
  margin: 20px 0; }

.carousel-control {
  width: 3%;
  display: none; }

@media screen and (min-width: 768px) {
  .carousel-control {
    display: block; } }

.carousel-inner .item img {
  width: 100%; }

.carousel-inner .slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }
  .carousel-inner .slide:before {
    content: "";
    width: 1px;
    min-height: 307px;
    display: block; }

@media screen and (min-width: 480px) {
  .carousel-inner .slide:before {
    min-height: 386px; } }

@media screen and (min-width: 768px) {
  .carousel-inner .slide:before {
    min-height: 386px; } }

@media screen and (min-width: 992px) {
  .carousel-inner .slide:before {
    min-height: 625px; } }

.carousel-inner .slide-description {
  width: 80%;
  padding: 0 10px;
  margin: 0 0 25px; }

@media screen and (min-width: 768px) {
  .carousel-inner .slide-description {
    padding: 0 10px 0 31px;
    margin: 82px 0 63px 0; } }

@media screen and (min-width: 992px) {
  .carousel-inner .slide-description {
    width: 100%;
    padding: 0 7px;
    max-width: 960px;
    margin: 0 auto 4px; } }
  .carousel-inner .slide-description h2 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 3px;
    margin: 0 0 32px;
    position: relative; }

@media screen and (min-width: 768px) {
  .carousel-inner .slide-description h2 {
    font-size: 36px;
    line-height: 43px;
    padding: 22px 0 20px;
    font-weight: bold;
    margin: 0 0 46px; } }

@media screen and (min-width: 992px) {
  .carousel-inner .slide-description h2 {
    font-size: 48px;
    line-height: 57px;
    max-width: 70%; } }
    .carousel-inner .slide-description h2:before, .carousel-inner .slide-description h2:after {
      width: 70px;
      height: 1px;
      content: "";
      background: #fff;
      position: absolute;
      left: 0;
      z-index: 3; }

@media screen and (min-width: 768px) {
  .carousel-inner .slide-description h2:before, .carousel-inner .slide-description h2:after {
    width: 123px;
    height: 1px; } }
    .carousel-inner .slide-description h2:before {
      bottom: 100%; }
    .carousel-inner .slide-description h2:after {
      top: 100%; }
  .carousel-inner .slide-description div {
    color: white;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 14px; }
  .carousel-inner .slide-description p {
    color: white;
    font-size: 18px;
    font-style: italic;
    margin-top: 12px; }

@media screen and (min-width: 992px) {
  .carousel-inner .slide-description p {
    width: 100%; } }

.header-description {
  width: 80%;
  font-size: 48px;
  padding: 0 10px;
  margin: 0 0 25px;
  font-weight: bold;
  color: #fff; }

@media screen and (max-width: 767px) {
  .header-description {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding-top: 70px;
    position: relative; } }
  .header-description .sub-text {
    margin-bottom: 63px;
    color: #fff;
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .header-description {
    padding: 0 10px 0 31px;
    margin: 82px 0 17px 0; } }

@media screen and (min-width: 992px) {
  .header-description {
    width: 100%;
    padding: 0 7px;
    max-width: 960px;
    margin: 145px auto 14px auto; } }
  .header-description h1 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 3px;
    margin: 0 0 32px;
    position: relative; }

@media screen and (min-width: 768px) {
  .header-description h1 {
    font-size: 36px;
    line-height: 43px;
    padding: 22px 0 20px;
    font-weight: bold;
    margin: 0 0 20px; } }

@media screen and (min-width: 992px) {
  .header-description h1 {
    font-size: 48px;
    line-height: 57px;
    max-width: 62%; } }
    .header-description h1:before, .header-description h1:after {
      width: 70px;
      height: 1px;
      content: "";
      background: #fff;
      position: absolute;
      left: 0;
      z-index: 3; }

@media screen and (min-width: 768px) {
  .header-description h1:before, .header-description h1:after {
    width: 123px;
    height: 1px; } }
    .header-description h1:before {
      bottom: 100%; }
    .header-description h1:after {
      top: 100%; }

.pagination {
  display: none; }

@media screen and (min-width: 768px) {
  .pagination {
    display: block; } }
  .pagination li {
    transition: opacity 0.3s linear;
    width: 14px;
    height: 14px;
    border-radius: 0;
    transform: rotate(-45deg);
    border: none;
    background: #fff;
    opacity: .6;
    margin: 0 10px;
    position: relative; }
    .pagination li:hover {
      opacity: 1; }
    .pagination li + li:before {
      width: 21px;
      height: 2px;
      content: "";
      background: #fff;
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: 3;
      transform: translate(4px, -14px) rotate(45deg); }
    .pagination li.active {
      width: 14px;
      height: 14px;
      background: #fff;
      opacity: 1;
      margin: 0 10px; }
      .pagination li.active:before {
        opacity: .6; }

.value-proposition {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px; }
  .value-proposition .value-tagline {
    text-transform: uppercase;
    color: #163347;
    font-weight: 500; }

@media screen and (min-width: 992px) {
  .value-proposition {
    padding: 42px 0 42px;
    margin-top: 0;
    margin-bottom: 0; } }
  .value-proposition .container {
    position: relative;
    z-index: 3; }

@media screen and (min-width: 992px) {
  .value-proposition .container {
    top: 5px; } }

.solutions-list {
  position: relative;
  margin-top: 22px;
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .solutions-list {
    margin-top: 35px; } }
  .solutions-list .container {
    position: relative;
    z-index: 3;
    font-size: 14px;
    top: 5px; }
    .solutions-list .container .solutions-list-item {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 19px;
      background-color: #FFF; }
      .solutions-list .container .solutions-list-item .image-container .bg-img {
        width: 100%;
        height: 125px;
        background-color: #ececec;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.green {
        border-bottom: 30px solid #26929a; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.orange {
        border-bottom: 30px solid #d6943b; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.blue {
        border-bottom: 30px solid #0096c6; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.red {
        border-bottom: 30px solid #dc4c33; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.dark-gray {
        border-bottom: 30px solid #55575b; }
      .solutions-list .container .solutions-list-item .list-content {
        line-height: 18px;
        margin: 30px 20px 20px 30px; }
        .solutions-list .container .solutions-list-item .list-content h2 {
          color: #163347;
          font-size: 28px; }

@media screen and (min-width: 768px) {
  .solutions-list .container .solutions-list-item {
    margin-left: -10px;
    margin-right: -10px; }
    .solutions-list .container .solutions-list-item .image-container {
      width: 250px; }
      .solutions-list .container .solutions-list-item .image-container .bg-img {
        width: 220px;
        height: 220px; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.green {
        border-right: 30px solid #26929a;
        border-bottom: 0; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.orange {
        border-right: 30px solid #d6943b;
        border-bottom: 0; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.blue {
        border-right: 30px solid #0096c6;
        border-bottom: 0; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.red {
        border-right: 30px solid #dc4c33;
        border-bottom: 0; }
      .solutions-list .container .solutions-list-item .image-container .image-overlay.dark-gray {
        border-right: 30px solid #55575b;
        border-bottom: 0; }
    .solutions-list .container .solutions-list-item .list-content h1 {
      font-size: 24px; } }

@media screen and (min-width: 992px) {
  .solutions-list .container .solutions-list-item .list-content h1 {
    font-size: 28px; } }

.nopadding {
  padding: 0; }

.bg-box {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: 19% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -87px;
  z-index: 1; }

@media screen and (min-width: 480px) {
  .bg-box {
    height: 264px; } }

@media screen and (min-width: 768px) {
  .bg-box {
    top: -111px; } }

@media screen and (min-width: 800px) {
  .bg-box {
    height: 330px; } }

@media screen and (min-width: 992px) {
  .bg-box {
    top: -100px;
    height: 390px;
    background-size: 100% 100%; } }

.image-container {
  text-align: center; }

@media screen and (min-width: 992px) {
  .image-container {
    text-align: left; } }
  .image-container img {
    width: 80%; }

@media screen and (min-width: 768px) {
  .image-container img {
    width: 100%; } }

.text-container {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  padding: 13px 20px 0 20px; }

@media screen and (min-width: 768px) {
  .text-container {
    padding: 0 10px; } }

@media screen and (min-width: 992px) {
  .text-container {
    font-size: 14px;
    line-height: 18px;
    padding: 51px 10px 0; } }
  .text-container h1 {
    font-weight: 300;
    color: #163347; }

@media screen and (min-width: 768px) {
  .text-container h1 {
    font-size: 24px;
    line-height: 28px; } }

@media screen and (min-width: 992px) {
  .text-container h1 {
    font-size: 28px;
    line-height: 32px; } }
  .text-container p {
    margin: 0 0 15px; }

.feature-titles {
  padding: 52px 0 24px; }

@media screen and (min-width: 768px) {
  .feature-titles {
    padding: 12px 0 24px; } }

@media screen and (min-width: 992px) {
  .feature-titles {
    padding: 12px 0 62px; } }

.similar-solutions {
  padding: 52px 0 24px;
  background-color: #f0f2f3; }

@media screen and (min-width: 768px) {
  .similar-solutions {
    padding: 12px 0 24px; } }

@media screen and (min-width: 992px) {
  .similar-solutions {
    padding: 12px 0 62px; } }

.items-holder {
  width: 100%;
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .items-holder {
    padding: 15px 0 0; } }

@media screen and (min-width: 480px) {
  .select-holder {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .select-holder {
    margin-bottom: 11px;
    text-align: left; } }

@media screen and (min-width: 992px) {
  .select-holder {
    margin-bottom: 38px; } }

.select-holder h2 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 4px;
  font-weight: 300;
  color: #163347; }

@media screen and (min-width: 768px) {
  .select-holder h2 {
    font-size: 24px;
    line-height: 26px;
    float: left;
    margin: 0 13px 4px 0; } }

@media screen and (min-width: 992px) {
  .select-holder h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 7px 4px 0; } }

.work-item {
  transition: transform 0.3s linear;
  width: 295px;
  height: 295px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 13px; }

@media screen and (min-width: 768px) {
  .work-item {
    width: 339px;
    height: 339px;
    margin: 0 auto 19px; } }

@media screen and (min-width: 992px) {
  .work-item {
    width: 220px;
    height: 220px; } }
  .work-item:hover {
    transform: scale(1.1, 1.1);
    z-index: 5; }
    .work-item:hover:before {
      background: rgba(57, 76, 95, 0.85) !important; }
  .work-item:before {
    transition: background 0.3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 150, 198, 0.85); }
  .work-item.overlay-1:before {
    background: rgba(0, 150, 198, 0.85); }
  .work-item.overlay-2:before {
    background: rgba(214, 148, 59, 0.7); }
  .work-item.overlay-3:before {
    background: rgba(38, 146, 154, 0.8); }
  .work-item.overlay-4:before {
    background: rgba(220, 76, 51, 0.8); }
  .work-item.overlay-5:before {
    background: rgba(85, 87, 91, 0.7); }

.item-description {
  color: #fff;
  position: relative;
  z-index: 4;
  text-align: center;
  font-weight: 500; }
  .item-description:hover .item-name {
    display: none; }
  .item-description:hover .item-link {
    display: inline-block;
    position: relative;
    z-index: 5; }
  .item-description:before {
    content: "";
    position: absolute;
    width: 9999px;
    height: 999px;
    left: -400px;
    top: -400px;
    z-index: 3; }
  .item-description i {
    display: inline-block;
    vertical-align: top;
    font-size: 49px;
    margin: 0 0 28px; }

.item-title {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 7px;
  text-transform: uppercase;
  position: relative;
  font-style: normal;
  font-weight: 500; }
  .item-title:after {
    width: 45px;
    height: 1px;
    content: "";
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, 0); }

.item-link {
  color: #fff;
  display: none; }
  .item-link:hover {
    color: #dc4c33; }

.statistic-section {
  padding: 32px 0;
  background: #f0f2f3; }

@media screen and (min-width: 768px) {
  .statistic-section {
    padding: 66px 0 69px; } }

@media screen and (min-width: 992px) {
  .statistic-section {
    padding: 52px 0 12px; } }
  .statistic-section h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 6px;
    font-weight: 300;
    color: #163347; }

@media screen and (min-width: 992px) {
  .statistic-section h3 {
    font-size: 28px;
    line-height: 30px; } }
  .statistic-section .statistic__image-header {
    color: #53a5ce;
    margin: 8px 0;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3; }
  .statistic-section .statistic__image-duration.video-link-wrapper {
    cursor: pointer; }
  .statistic-section .statistic__image .post-image {
    height: auto; }

.quote-section {
  padding: 32px 0; }

@media screen and (min-width: 768px) {
  .quote-section {
    padding: 66px 0 69px; } }

@media screen and (min-width: 992px) {
  .quote-section {
    padding: 52px 0 12px; } }
  .quote-section h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 6px; }

@media screen and (min-width: 992px) {
  .quote-section h3 {
    font-size: 28px;
    line-height: 30px; } }
  .quote-section .quote-wrapper {
    max-width: 700px;
    margin: 0 auto; }
    .quote-section .quote-wrapper p {
      margin: 0; }
    .quote-section .quote-wrapper .quote-text {
      font-size: 12px;
      font-family: "Roboto", sans-serif;
      color: #163347;
      text-align: center;
      line-height: 28px; }

@media screen and (min-width: 768px) {
  .quote-section .quote-wrapper .quote-text {
    font-size: 20px; } }
    .quote-section .quote-wrapper .quote-text-sub {
      color: #163347;
      font-family: "Roboto", sans-serif;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      line-height: 28px; }

@media screen and (min-width: 768px) {
  .quote-section .quote-wrapper .quote-text-sub {
    font-size: 14px; } }
    .quote-section .quote-wrapper .quote-line-wrapper {
      width: 100%;
      text-align: center;
      margin: 16px 0; }
      .quote-section .quote-wrapper .quote-line-wrapper .quote-line {
        width: 155.6px;
        display: block;
        height: 1px;
        margin: 0 auto;
        background-color: #163347;
        border: none; }

@media screen and (min-width: 600px) {
  .statistic-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 72px; } }

.scale-of-interest {
  width: 189px;
  height: 189px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto 22px;
  position: relative; }

@media screen and (min-width: 768px) {
  .scale-of-interest {
    margin: 0; } }

@media screen and (min-width: 992px) {
  .scale-of-interest {
    width: 214px;
    height: 214px; } }

.number-container {
  width: 128px;
  height: 128px;
  background: #f0f2f3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%); }

@media screen and (min-width: 992px) {
  .number-container {
    width: 142px;
    height: 142px; } }
  .number-container span {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #163347;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%); }

@media screen and (min-width: 992px) {
  .number-container span {
    font-size: 48px;
    line-height: 48px; } }

.statistic-description {
  margin: 0 0 58px; }

@media screen and (min-width: 600px) {
  .statistic-description {
    margin: 0;
    width: 65%;
    padding: 23px 0 0 19px; } }

@media screen and (min-width: 768px) {
  .statistic-description {
    width: 55%; } }

@media screen and (min-width: 992px) {
  .statistic-description {
    padding: 23px 0 0 25px; } }

.number {
  font-size: 36px;
  line-height: 38px;
  display: block;
  padding: 15px 0 12px;
  margin: 0 0 20px;
  color: #163347;
  position: relative;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .number {
    margin: 0 0 26px; } }

@media screen and (min-width: 992px) {
  .number {
    font-size: 48px;
    line-height: 50px;
    margin: 13px 0 20px;
    padding: 15px 0 18px; } }
  .number:before, .number:after {
    width: 122px;
    height: 1px;
    content: "";
    background: #163347;
    position: absolute;
    left: 0;
    z-index: 3; }
  .number:before {
    bottom: 100%; }
  .number:after {
    top: 100%; }

.applications-section {
  padding: 30px 0; }
  .applications-section .applications-image {
    height: 138px;
    width: 300px;
    position: relative;
    margin: 0 auto; }
    .applications-section .applications-image .applications-overlay {
      width: 100%;
      background: rgba(0, 58, 93, 0.8);
      position: absolute;
      bottom: 0;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 44px;
      height: 44px;
      text-align: center;
      color: #ffffff; }
  .applications-section .applications-text {
    width: 300px;
    margin: 0px auto 20px auto; }
    .applications-section .applications-text span {
      display: block;
      min-height: 136px;
      background-color: #fff;
      color: #666565;
      font-size: 14px;
      font-weight: 300;
      padding: 15.7px 20px 15.7px 20px; }

@media screen and (min-width: 768px) {
  .applications-section {
    padding: 42px 0; }
    .applications-section .applications-image {
      height: 101.7px;
      width: 220px;
      position: relative; }
      .applications-section .applications-image .applications-overlay {
        width: 100%;
        background: rgba(0, 58, 93, 0.8);
        position: absolute;
        bottom: 0;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 44px;
        height: 44px;
        text-align: center;
        color: #ffffff; }
    .applications-section .applications-text {
      width: 220px; }
      .applications-section .applications-text span {
        display: block;
        min-height: 136px;
        background-color: #fff;
        color: #666565;
        font-size: 14px;
        font-weight: 300;
        padding: 15.7px 20px 15.7px 20px; } }

@media screen and (min-width: 992px) {
  .applications-section .applications-image {
    height: 138px;
    width: 300px;
    position: relative; }
    .applications-section .applications-image .applications-overlay {
      width: 100%;
      background: rgba(0, 58, 93, 0.8);
      position: absolute;
      bottom: 0;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 44px;
      height: 44px;
      text-align: center;
      color: #ffffff; }
  .applications-section .applications-text {
    width: 300px; }
    .applications-section .applications-text span {
      display: block;
      min-height: 136px;
      background-color: #fff;
      color: #666565;
      font-size: 14px;
      font-weight: 300;
      padding: 15.7px 20px 15.7px 20px; } }

.post-section {
  padding: 80px 0 30px 0; }

@media screen and (min-width: 768px) {
  .post-section {
    padding: 80px 0 35px 0; } }

@media screen and (min-width: 992px) {
  .post-section {
    /* padding: 78px 0; */ } }

.brand-bar {
  background-color: #003a5d;
  padding-top: 38px; }

.clickable {
  cursor: pointer; }

.post {
  margin-bottom: 22px;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear; }
  .post:hover {
    transform: scale(1.05, 1.05); }

.event-tile,
.case-study-tile,
.blog-tile {
  background: #fff;
  padding: 21px 27px;
  min-height: 222px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  flex: 1 auto; }
  .event-tile strong,
  .case-study-tile strong,
  .blog-tile strong {
    font-weight: 500; }

@media screen and (min-width: 992px) {
  .event-tile,
  .case-study-tile,
  .blog-tile {
    padding: 21px 19px; } }
  .event-tile h2,
  .case-study-tile h2,
  .blog-tile h2 {
    color: #163347; }

.content-tile-header {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  color: #0096c6; }

.post-image {
  position: relative;
  flex: 1 100%; }

@media screen and (min-width: 768px) {
  .post-image {
    height: 162px; } }

@media screen and (min-width: 992px) {
  .post-image {
    height: 138px; }
    .post-view-2 .post-image {
      height: auto; } }
  .post-image img {
    width: 100%; }

@media screen and (min-width: 992px) {
  .post-view-1 .post-image img {
    display: none; } }

@media screen and (min-width: 992px) {
  .post-view-2 .post-image img {
    height: 100%; } }

@media screen and (max-width: 991px) {
  .post-view-1 .post-image {
    background: none !important; } }

@media screen and (min-width: 992px) {
  .post-view-1 .post-image {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; } }
  .post-view-2 .post-image {
    flex: 1 auto; }

@media screen and (min-width: 992px) {
  .post-view-2 .post-image {
    width: 49%; } }

.event-tile {
  font-size: 12px;
  line-height: 14px; }

@media screen and (min-width: 992px) {
  .post-view-1 .event-tile {
    width: 55%; } }

@media screen and (min-width: 992px) {
  .post-view-2 .event-tile {
    width: 51%; } }
  .event-tile p {
    margin: 0 0 16px; }

.post-wrapper {
  /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; */
  display: block; }

.article-heading, .preview {
  font-size: 14px;
  line-height: 16px;
  display: block;
  color: #163347;
  text-transform: uppercase;
  margin: 0 0 5px; }

.date-box {
  font-size: 14px;
  line-height: 16px; }
  .date-box time {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    color: #163347;
    text-transform: uppercase;
    margin: 0 0 7px; }

.place {
  font-weight: 300;
  display: block;
  margin: 0 0 17px; }

@media screen and (min-width: 992px) {
  .post-view-2 .case-study-tile {
    width: 51%; } }

.case-study-tile h2 {
  font-weight: 300;
  position: relative;
  padding: 0 0 10px; }
  .case-study-tile h2:before {
    width: 48px;
    height: 1px;
    content: "";
    background: #163347;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3; }

.preview {
  word-spacing: -1px; }

.post-info-holder {
  margin: 0 0 15px; }

@media screen and (min-width: 992px) {
  .post-info-holder {
    margin: 0 0 12px; } }

.post-info {
  font-size: 12px;
  line-height: 14px;
  display: block; }

.blog-tile {
  font-size: 12px;
  line-height: 14px; }

@media screen and (min-width: 992px) {
  .post-view-2 .blog-tile {
    width: 51%; } }
  .blog-tile .blog-header {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin: 0 0 5px; }
  .blog-tile p {
    margin: 0 0 20px; }

.video-link {
  transition: background 0.3s linear;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 30px;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%); }
  .video-link:hover {
    background: #dc4c33;
    cursor: pointer; }
  .video-link:before {
    content: "";
    margin: 0 0 0 4px;
    border: 7px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%); }

.info-list {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .info-list {
    margin: 0 0 10px; } }

@media screen and (min-width: 992px) {
  .info-list {
    margin: 0;
    padding: 10px 0 0; } }
  .info-list li {
    float: left;
    margin: 0 10px 0 0; }

@media screen and (min-width: 992px) {
  .post-view-1,
  .post-view-2 {
    display: flex; } }

@media screen and (min-width: 992px) {
  .hidden-content {
    display: none; } }

.solutions .header-wrapper {
  height: 249px; }

@media screen and (min-width: 768px) {
  .solutions .header-wrapper {
    height: 461px; } }
  .solutions .header-wrapper .header-description {
    padding-top: 71px; }

@media screen and (min-width: 768px) {
  .solutions .header-wrapper .header-description {
    margin: 0 auto;
    width: 800px; } }

@media screen and (min-width: 992px) {
  .solutions .header-wrapper .header-description {
    margin: 0 auto;
    width: 960px; } }
  .solutions .header-wrapper .background-layer {
    height: 249px; }

@media screen and (min-width: 768px) {
  .solutions .header-wrapper .background-layer {
    height: 461px; } }

.solutions .select-holder-header-label {
  font-weight: 100;
  font-size: 22px; }

@media screen and (min-width: 768px) {
  .solutions .select-holder-header-label {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .solutions .select-holder-header-label {
    font-size: 28px; } }

.solutions .jcf-drop-active .jcf-select-text {
  color: #163347 !important; }

.solutions .select-holder {
  position: relative;
  width: 300px;
  left: 10px;
  text-align: left;
  color: #163347; }
  .solutions .select-holder .jcf-select {
    height: 36px; }
  .solutions .select-holder .jcf-select-filter-select .jcf-select-text {
    line-height: 48px;
    font-size: 18px;
    color: #163347 !important; }

@media screen and (min-width: 768px) {
  .solutions .select-holder .jcf-select-filter-select .jcf-select-text {
    font-size: 36px; } }
  .solutions .select-holder .jcf-select-filter-select .jcf-select-opener:before {
    font-size: 20px;
    color: #163347 !important; }
  .solutions .select-holder .jcf-select-filter-select {
    border-bottom-width: 1px;
    border-bottom-color: #163347; }

@media screen and (min-width: 768px) {
  .solutions .select-holder {
    width: 740px;
    margin-left: -370px;
    left: 50%; }
    .solutions .select-holder .jcf-select {
      height: 48px; }
    .solutions .select-holder .jcf-select-filter-select .jcf-select-text {
      color: #163347;
      line-height: 48px;
      font-size: 36px;
      color: #fff; }
    .solutions .select-holder .jcf-select-filter-select .jcf-select-opener:before {
      font-size: 20px;
      color: #fff; } }

@media screen and (min-width: 992px) {
  .solutions .select-holder {
    width: 960px;
    margin-left: -480px;
    left: 50%; }
    .solutions .select-holder .jcf-select {
      height: 65px; }
    .solutions .select-holder .jcf-select-filter-select .jcf-select-text, .solutions .select-holder .jcf-select-filter-select .jcf-select-opener:before {
      color: #FFF;
      line-height: 65px;
      font-size: 28px; }
    .solutions .select-holder .jcf-select-filter-select .jcf-select-text {
      font-size: 48px; }
    .solutions .select-holder .jcf-drop-active {
      box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1); }
      .solutions .select-holder .jcf-drop-active .jcf-select-text, .solutions .select-holder .jcf-drop-active .jcf-select-opener:before {
        color: #163347; } }

/* Industries - Aerospace BEGIN */
.industries .tab-main {
  position: relative;
  padding: 32px 10px 20px; }

@media screen and (min-width: 768px) {
  .industries .tab-main {
    padding: 32px 0 42px; } }
  .industries .tab-main .container {
    position: relative;
    z-index: 3;
    top: -28px; }

@media screen and (min-width: 992px) {
  .industries .tab-main .container {
    top: 5px; } }
  .industries .tab-main .Line {
    width: 45px;
    height: 2px;
    margin: 16px 0px 12px 0;
    border: solid 1px #163347; }
  .industries .tab-main .sub-title {
    font-weight: 500;
    color: #163347;
    font-family: "Roboto", sans-serif; }
    .industries .tab-main .sub-title span {
      margin-bottom: 8px;
      letter-spacing: .8px;
      font-size: .9em;
      display: inline-block;
      position: relative;
      left: 3px;
      color: #0096c6; }
  .industries .tab-main .tab-content {
    margin-top: 20px; }
  .industries .tab-main .container {
    margin-top: 20px; }
    .industries .tab-main .container .text-container {
      margin-top: 20px; }
  @media (min-width: 768px) {
    .industries .tab-main .container {
      position: relative;
      top: 35px; }
    .industries .tab-main .tab-main {
      padding: 32px 0 42px; } }

.industries .content-header {
  color: #163347;
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

@media screen and (min-width: 768px) {
  .industries .content-header {
    font-size: 28px; } }

.industries .mobile-header-tab {
  position: relative;
  background-color: #fff;
  min-height: 44px;
  list-style: none;
  padding: 0;
  width: 100%;
  border: solid 1px rgba(150, 150, 150, 0.35);
  border-bottom-width: 0;
  text-align: center;
  line-height: 42px; }
  .industries .mobile-header-tab span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    font-weight: bold;
    transition: transform 500ms ease; }
  .industries .mobile-header-tab.active {
    background-color: #00a1e0;
    color: #FFF; }
    .industries .mobile-header-tab.active:after {
      content: "";
      position: absolute;
      bottom: -11px;
      left: 40%;
      width: 0;
      height: 0;
      border-left: 74px solid transparent;
      border-right: 16px solid transparent;
      border-top: 11px solid #00a1e0; }
    .industries .mobile-header-tab.active span {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .industries .mobile-header-tab.last-header-tab {
    border-bottom-width: 1px; }

@media screen and (min-width: 768px) {
  .industries .mobile-header-tab {
    display: none; } }

.industries .sub-header-tabs {
  position: absolute;
  z-index: 100;
  top: -22px;
  background-color: #fff;
  min-height: 44px;
  list-style: none;
  padding: 0;
  width: 100%;
  display: none; }

@media screen and (min-width: 768px) {
  .industries .sub-header-tabs {
    width: 740px;
    margin-left: -370px;
    left: 50%;
    line-height: 17px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ } }

@media screen and (min-width: 992px) {
  .industries .sub-header-tabs {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    line-height: 42px; } }
  .industries .sub-header-tabs li {
    position: relative;
    text-align: center;
    width: 25%;
    color: #163347;
    border: solid 1px rgba(150, 150, 150, 0.35);
    border-left-width: 0;
    font-weight: 500; }

@media screen and (min-width: 768px) {
  .industries .sub-header-tabs li {
    width: 25%;
    padding: 7px 20px;
    height: auto; } }

@media screen and (min-width: 992px) {
  .industries .sub-header-tabs li {
    width: 25%;
    padding: 0;
    height: auto; } }
  .industries .sub-header-tabs li:hover {
    background-color: #e5f8ff; }
  .industries .sub-header-tabs li:last-child {
    border-left: 1px; }
  .industries .sub-header-tabs li.active {
    background-color: #00a1e0;
    color: #FFF; }
    .industries .sub-header-tabs li.active:after {
      content: "";
      position: absolute;
      bottom: -11px;
      left: 40%;
      width: 0;
      height: 0;
      border-left: 74px solid transparent;
      border-right: 16px solid transparent;
      border-top: 11px solid #00a1e0; }

.industries .header-tab-content {
  display: none; }
  .industries .header-tab-content.active {
    display: block; }

.industries .select-holder-header-label {
  font-weight: 100;
  font-size: 22px; }

@media screen and (min-width: 768px) {
  .industries .select-holder-header-label {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .industries .select-holder-header-label {
    font-size: 28px; } }

.industries .jcf-drop-active .jcf-select-text {
  color: #163347 !important; }

.industries .select-holder-header {
  position: absolute;
  width: 300px;
  top: 66px;
  left: 10px;
  text-align: left; }
  .industries .select-holder-header .jcf-select {
    height: 36px; }
  .industries .select-holder-header .jcf-select-filter-select .jcf-select-text {
    line-height: 48px;
    font-size: 18px;
    color: #fff; }

@media screen and (min-width: 768px) {
  .industries .select-holder-header .jcf-select-filter-select .jcf-select-text {
    font-size: 36px; } }
  .industries .select-holder-header .jcf-select-filter-select .jcf-select-opener:before {
    font-size: 20px;
    color: #fff; }
  .industries .select-holder-header .jcf-select-filter-select {
    border-bottom-width: 1px;
    border-bottom-color: #FFF; }

@media screen and (min-width: 768px) {
  .industries .select-holder-header {
    width: 740px;
    margin-left: -370px;
    left: 50%;
    top: 66px; }
    .industries .select-holder-header .jcf-select {
      height: 48px; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-text {
      color: #163347;
      line-height: 48px;
      font-size: 36px;
      color: #fff; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-opener:before {
      font-size: 20px;
      color: #fff; } }

@media screen and (min-width: 992px) {
  .industries .select-holder-header {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    top: 125px; }
    .industries .select-holder-header .jcf-select {
      height: 65px; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-text, .industries .select-holder-header .jcf-select-filter-select .jcf-select-opener:before {
      color: #FFF;
      line-height: 65px;
      font-size: 28px; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-text {
      font-size: 48px; }
    .industries .select-holder-header .jcf-drop-active {
      box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1); }
      .industries .select-holder-header .jcf-drop-active .jcf-select-text, .industries .select-holder-header .jcf-drop-active .jcf-select-opener:before {
        color: #163347; } }

@media screen and (min-width: 992px) {
  .industries .post-section {
    background-color: #f0f2f3; } }

.industries .image-content {
  width: 130px;
  height: 30px;
  float: right;
  text-align: right; }
  .industries .image-content span {
    font-size: 12px;
    color: #666565;
    font-family: "Lucida Grande", sans-serif;
    letter-spacing: .2px;
    font-weight: 500; }

/* Industries - Aerospace END */
.donut, .donut1, .donut2, .donut3, .donut4, .donut5, .donut6, .donut7, .donut8, .donut9,
.donut10, .donut11, .donut12, .donut13, .donut14, .donut15, .donut16, .donut17, .donut18, .donut19, .donut20 {
  margin: 0 auto; }
  .donut .donut-text, .donut1 .donut-text, .donut2 .donut-text, .donut3 .donut-text, .donut4 .donut-text, .donut5 .donut-text, .donut6 .donut-text, .donut7 .donut-text, .donut8 .donut-text, .donut9 .donut-text,
  .donut10 .donut-text, .donut11 .donut-text, .donut12 .donut-text, .donut13 .donut-text, .donut14 .donut-text, .donut15 .donut-text, .donut16 .donut-text, .donut17 .donut-text, .donut18 .donut-text, .donut19 .donut-text, .donut20 .donut-text {
    font-size: 3em;
    font-weight: 600;
    line-height: 16rem;
    fill: #163347; }

path.color0 {
  fill: #00A1E0; }

path.color1 {
  fill: #ffffff; }

@media screen and (min-width: 768px) {
  .footer-nav-column {
    min-height: 490px !important; } }

.footer-nav-column .footer-nav {
  margin: 0 0 30px 0;
  font-weight: 500; }
  .footer-nav-column .footer-nav div {
    color: #FFF;
    margin: 0 0 5px 0;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .footer-nav-column .footer-nav div {
    cursor: pointer; }
    .footer-nav-column .footer-nav div:after {
      content: "\e902";
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 8px;
      padding-left: 10px;
      position: absolute;
      top: 6px; } }
  .footer-nav-column .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }

@media screen and (max-width: 767px) {
  .footer-nav-column .footer-nav ul {
    display: none; }
    .footer-nav-column .footer-nav ul.active {
      display: block; } }
  .footer-nav-column .footer-nav li {
    line-height: 24px; }
  .footer-nav-column .footer-nav a {
    display: block;
    cursor: pointer; }

.copyright-bar {
  padding-bottom: 35px; }
  .copyright-bar > div {
    display: inline-block;
    vertical-align: middle; }
  .copyright-bar .copyright-logo {
    margin-right: 35px; }
    .copyright-bar .copyright-logo img {
      height: 32px; }

@media screen and (min-width: 992px) {
  .copyright-bar .copyright-logo img {
    height: 39px; } }

@media screen and (max-width: 767px) {
  .copyright-bar .copyright-logo {
    display: block;
    margin-bottom: 20px; } }
  .copyright-bar .copyright-text {
    color: #FFF;
    font-weight: 300;
    font-family: "Roboto", sans-serif; }

@media screen and (max-width: 767px) {
  .copyright-bar .copyright-text {
    display: block; } }
  .copyright-bar .border-link {
    display: inline-block;
    padding: 0 10px;
    border: solid #FFF 1px;
    border-bottom-width: 0;
    border-top-width: 0;
    margin: 0 5px; }
  .copyright-bar .copyright-links {
    font-weight: 500; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

#videoModal {
  z-index: 100000; }
  #videoModal .close {
    position: absolute;
    right: 3px;
    top: 4px;
    opacity: .9; }
    #videoModal .close:hover {
      opacity: .6; }
  #videoModal .modal-body {
    padding: 25px; }
  #videoModal iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

#chatcall {
  position: relative;
  right: 65px;
  top: 49px; }

.sticky-actions {
  position: fixed;
  bottom: 4px;
  right: 0;
  margin: 0 auto;
  width: 140px;
  z-index: 200000; }
  .sticky-actions .sticky-actions-inner {
    margin-right: 10px;
    position: relative;
    float: right; }
  .sticky-actions a {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: #fff;
    cursor: pointer; }
    .sticky-actions a.middle-action {
      position: relative;
      top: -2px; }
    .sticky-actions a .fa-comments {
      font-size: 20px;
      top: 15%;
      left: 18%;
      color: #0096c6;
      position: relative; }
    .sticky-actions a .fa-phone {
      font-size: 20px;
      top: 16%;
      left: 26%;
      color: #0096c6;
      position: relative; }
    .sticky-actions a .fa-envelope {
      font-size: 17px;
      top: 21%;
      left: 23%;
      color: #0096c6;
      position: relative; }
  @media (min-width: 480px) {
    .sticky-actions {
      position: fixed;
      bottom: 24px;
      right: 0;
      margin: 0 auto;
      width: 280px;
      z-index: 200000; }
      .sticky-actions .sticky-actions-inner {
        margin-right: 60px;
        position: relative;
        float: right; }
      .sticky-actions a {
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
        border-radius: 50%;
        height: 50px;
        width: 50px;
        display: inline-block;
        margin-right: 20px;
        background-color: #fff;
        cursor: pointer; }
        .sticky-actions a.middle-action {
          position: relative;
          top: -5px; }
        .sticky-actions a .fa-comments {
          font-size: 30px;
          top: 17%;
          left: 22%;
          color: #0096c6;
          position: relative; }
        .sticky-actions a .fa-phone {
          font-size: 30px;
          top: 22%;
          left: 30%;
          color: #0096c6;
          position: relative; }
        .sticky-actions a .fa-envelope {
          font-size: 24px;
          top: 22%;
          left: 27%;
          color: #0096c6;
          position: relative; } }

@media screen and (min-width: 992px) {
  .post .case-study-tile .long-description {
    display: none; } }

@media screen and (min-width: 768px) {
  .post .case-study-tile .long-description {
    display: none; } }

.post.post-view-2 .case-study-tile .long-description {
  display: block; }

@media screen and (min-width: 768px) {
  .post.post-view-2 .case-study-tile .long-description {
    display: none; } }

@media screen and (min-width: 992px) {
  .post.post-view-2 .case-study-tile .long-description {
    display: block; } }

h2.content-header {
  margin-top: 52px;
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
  h2.content-header {
    margin-top: 15px;
    margin-bottom: 17px; } }

#footer {
  background: #163347;
  padding: 40px 0 0; }

@media screen and (min-width: 992px) {
  #footer {
    padding: 38px 0 0; } }

.partner-list {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

@media screen and (min-width: 768px) {
  .partner-list {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media screen and (min-width: 992px) {
  .partner-list {
    padding: 0 68px; } }
  .partner-list li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 37px;
    text-align: center; }

@media screen and (min-width: 768px) {
  .partner-list li {
    width: auto; } }

@media screen and (min-width: 992px) {
  .partner-list li {
    padding: 0 10px; } }
  .partner-list a {
    transition: opacity 0.3s linear;
    display: block; }
    .partner-list a:hover {
      opacity: .5; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?5rfiwz");
  src: url("../fonts/icomoon.eot?5rfiwz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5rfiwz") format("truetype"), url("../fonts/icomoon.woff?5rfiwz") format("woff"), url("../fonts/icomoon.svg?5rfiwz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "\e90ee"; }

.icon-linkedin:before {
  content: "\e90ed"; }

.icon-arrows:before {
  content: "\e900"; }

.icon-calendar:before {
  content: "\e901"; }

.icon-down-arrow:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-graduate-cap:before {
  content: "\e904"; }

.icon-magnifying:before {
  content: "\e905"; }

.icon-medical:before {
  content: "\e906"; }

.icon-boock:before {
  content: "\e907"; }

.icon-clock:before {
  content: "\e908"; }

.icon-airplane:before {
  content: "\e909"; }

.icon-car:before {
  content: "\e90a"; }

.icon-twitter:before {
  content: "\e90b"; }

.icon-video:before {
  content: "\e90c"; }

.icon-automotive:before {
  content: "\e90d"; }

.icon-dental:before {
  content: "\e90f"; }

.icon-consumer:before {
  content: "\e90e"; }

.icon-aerospace:before {
  content: "\e910"; }

.icon-rss:before {
  content: "\ea9b"; }

.icon-automotive {
  font-size: 2.4em !important; }

.icon-fonts, .navigation-links a.has-drop-down-a:after, a.see-more:after, .select-holder .jcf-select .jcf-select-opener:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }
  .select-holder .jcf-select {
    background: none;
    border: none;
    border-bottom: 1px solid #4a4a4a;
    min-width: 230px;
    margin: 0 0 22px; }
  .jcf-select.jcf-drop-active {
    background: #fff;
    border: none;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1); }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }
  .select-holder .jcf-select .jcf-select-text {
    font-size: 14px;
    text-transform: uppercase;
    color: #163347;
    font-weight: bold; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }
  .select-holder .jcf-select .jcf-select-opener {
    background: none; }
    .select-holder .jcf-select .jcf-select-opener:before {
      content: "\e902";
      color: #163347;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      transform: translate(-50%, -50%);
      font-weight: bold; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  overflow: hidden;
  padding: 0 2px 0 0;
  margin: 0 -2px 0 0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 90%; }
  .jcf-list:before, .jcf-list:after {
    content: "";
    position: absolute;
    z-index: 5; }
  .jcf-list:before {
    border: 20px solid transparent;
    border-right: 25px solid #fff;
    bottom: 2px;
    right: -16px;
    transform: rotate(44deg); }
  .jcf-list:after {
    width: 24px;
    height: 999px;
    bottom: 20px;
    right: -23px;
    background: #fff;
    display: block;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.1); }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 1px 9px;
  color: #0096c6;
  height: 1%;
  font-weight: bold; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #163347;
  cursor: pointer; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select-industries-select .jcf-list, .jcf-select-solutions-select .jcf-list {
  width: 93.3%; }

.jcf-select-industries-select .jcf-select-text, .jcf-select-solutions-select .jcf-select-text {
  color: #fff; }

/* common custom form elements styles */
