/* colors
===============*/
/* heading settings
====================== */
/*  grid settings
=====================*/
/* buttons settings
=====================*/
.top-nav-blocks .social-links, .navigation-links,
.language-switcher, .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:before {
    content: "";
    width: 1px;
    min-height: 100vh;
    display: block;
    float: left; } }

@media screen and (min-width: 992px) {
  .w2 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

#header {
  padding: 13px 0 0;
  width: 100%;
  position: fixed;
  min-height: 61px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5; }

@media screen and (min-width: 768px) {
  #header {
    padding: 21px 0 0;
    min-height: 73px; } }

@media screen and (min-width: 992px) {
  #header {
    min-height: 105px;
    padding: 11px 0 0; } }
  #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 {
  -webkit-transition: color 0.3s linear;
          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;
    -webkit-transition: -webkit-transform .3s linear, background .3s linear, top .3s linear;
            transition: transform .3s linear, background .3s linear, top .3s linear; }
    .nav-active .nav-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 13px; }
  .nav-opener:after {
    bottom: 4px;
    -webkit-transition: -webkit-transform .3s linear, background .3s linear, bottom .3s linear;
            transition: transform .3s linear, background .3s linear, bottom .3s linear; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 14px; }
  .nav-opener span {
    top: 13px;
    -webkit-transition: background .3s linear, width .3s linear;
            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;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 3; }

.nav-drop .navigation-links {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s linear, visibility .3s linear;
          transition: opacity .3s linear, visibility .3s linear;
  overflow-y: auto; }

@media screen and (min-width: 992px) {
  .nav-drop .navigation-links {
    position: static;
    opacity: 1;
    visibility: visible;
    height: auto;
    background: transparent;
    float: right;
    overflow: visible; } }

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible; }
  .nav-active .nav-drop .navigation-links {
    opacity: 1;
    visibility: visible; }

.language-switcher.active {
  z-index: 99999;
  padding: 97px 6px 0 !important; }

@media screen and (max-width: 992px) {
  .language-switcher.active {
    display: block !important;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0px;
    background-color: white; }
    .language-switcher.active .sub-links-holder {
      display: block !important; } }
  .language-switcher.active .fa-globe {
    display: none; }
  .language-switcher.active .fa-times {
    display: block; }

@media screen and (max-width: 992px) {
  .language-switcher.active .sub-links-holder {
    max-height: 10000px; } }
  .language-switcher.active .language-opener-mobile {
    color: black; }

@media screen and (max-width: 991px) {
  .language-switcher.active .language-opener-mobile {
    position: absolute;
    right: 0px;
    top: 13px;
    margin-right: 20px !important; } }

.top-nav-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .top-nav-blocks ul.language-switcher {
    padding-left: 20px;
    border-left: 1px solid #fff;
    list-style-type: none; }
    .top-nav-blocks ul.language-switcher .language-opener i {
      font-size: 15px;
      padding: 0 10px 0 16px;
      border-left: 1px solid white; }
    .top-nav-blocks ul.language-switcher:hover .has-drop-down:after {
      visibility: visible;
      opacity: 1; }

@media screen and (min-width: 993px) {
  .top-nav-blocks ul.language-switcher:hover .sub-links-holder {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translate(-50%, 12px);
        -ms-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
    z-index: 999; }
    .top-nav-blocks ul.language-switcher:hover .sub-links-holder:before {
      z-index: 9999; } }
    .top-nav-blocks ul.language-switcher .has-drop-down {
      cursor: pointer; }

@media screen and (max-width: 991px) {
  .top-nav-blocks ul.language-switcher .has-drop-down .language-opener {
    display: none; } }
      .top-nav-blocks ul.language-switcher .has-drop-down .language-opener-mobile {
        font-size: 30px;
        margin-right: 30px; }
        .top-nav-blocks ul.language-switcher .has-drop-down .language-opener-mobile:after {
          display: none; }

@media screen and (min-width: 992px) {
  .top-nav-blocks ul.language-switcher .has-drop-down .language-opener-mobile {
    display: none;
    margin-right: 20px; } }
      .top-nav-blocks ul.language-switcher .has-drop-down:after {
        border: 62px solid transparent;
        border-bottom: 30px solid #fff;
        -webkit-transform: rotate(-8deg);
            -ms-transform: rotate(-8deg);
                transform: rotate(-8deg);
        bottom: -30px; }
      .top-nav-blocks ul.language-switcher .has-drop-down .sub-links {
        min-width: 0; }
        .top-nav-blocks ul.language-switcher .has-drop-down .sub-links li {
          cursor: pointer;
          color: #109dca;
          font-weight: bold; }
          .top-nav-blocks ul.language-switcher .has-drop-down .sub-links li a {
            color: #109dca;
            font-weight: bold; }
  .top-nav-blocks .social-links {
    display: none; }

@media screen and (min-width: 992px) {
  .top-nav-blocks .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -8px 12px; } }
    .top-nav-blocks .social-links .other-side {
      padding-right: 20px; }
    .top-nav-blocks .social-links li {
      padding: 0 8px; }
    .top-nav-blocks .social-links a {
      color: #fff; }
      .top-nav-blocks .social-links a:hover {
        color: #0096c6; }

.top-nav-blocks ul.language-switcher {
  padding: 0;
  border: none; }
  .top-nav-blocks ul.language-switcher a {
    color: #fff; }

@media screen and (max-width: 991px) {
  .top-nav-blocks ul.language-switcher .sub-links-holder {
    display: none; } }

@media screen and (max-width: 991px) {
  .language-switcher li,
  .navigation-links li {
    margin: 0 auto 35px !important;
    max-width: 200px; } }

.navigation-links,
.language-switcher {
  padding: 97px 6px 0;
  max-width: 100%; }

@media screen and (min-width: 992px) {
  .navigation-links,
  .language-switcher {
    max-width: 100%;
    margin: 0;
    padding: 0;
    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; } }
  .navigation-links li,
  .language-switcher li {
    display: block;
    text-transform: uppercase; }
    .navigation-links li.other-side,
    .language-switcher li.other-side {
      padding-right: 16px; }

@media screen and (min-width: 992px) {
  .navigation-links li,
  .language-switcher li {
    margin: 0;
    position: relative;
    text-transform: capitalize;
    padding: 0 9px; } }
    .navigation-links li.search-link,
    .language-switcher li.search-link {
      display: none; }

@media screen and (min-width: 992px) {
  .navigation-links li.search-link,
  .language-switcher li.search-link {
    display: block; } }

@media screen and (max-width: 992px) {
  .navigation-links li.has-drop-down li,
  .language-switcher li.has-drop-down li {
    margin: 0 auto 25px; } }
    .navigation-links li.has-drop-down.hover .sub-links-holder,
    .language-switcher 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,
  .language-switcher li.has-drop-down.hover .sub-links-holder {
    opacity: 1;
    visibility: visible; } }
    .navigation-links li.has-drop-down.hover > a:after,
    .language-switcher li.has-drop-down.hover > a:after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

@media screen and (min-width: 992px) {
  .navigation-links li.has-drop-down.hover:after,
  .language-switcher li.has-drop-down.hover:after {
    opacity: 1;
    visibility: visible; } }

@media screen and (min-width: 992px) {
  .navigation-links li.has-drop-down:after,
  .language-switcher li.has-drop-down:after {
    content: "";
    border: 62px solid transparent;
    border-bottom: 30px solid #fff;
    position: absolute;
    bottom: -38px;
    left: -3px;
    z-index: 3;
    -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
            transform: rotate(8deg);
    opacity: 0;
    visibility: hidden; }
  .navigation-links li.has-drop-down.other-side:after,
  .language-switcher li.has-drop-down.other-side:after {
    left: 12%;
    -webkit-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
            transform: rotate(-8deg); } }

@media screen and (min-width: 992px) {
  .navigation-links li.border-link,
  .language-switcher li.border-link {
    border: solid #fff;
    border-width: 0 1px;
    padding: 0 16px; } }
    .navigation-links li.button-holder,
    .language-switcher li.button-holder {
      text-align: center;
      padding: 57px 0 0; }

@media screen and (min-width: 992px) {
  .navigation-links li.button-holder,
  .language-switcher li.button-holder {
    padding: 0 0 0 13px;
    margin-left: 20px; } }

@media screen and (min-width: 992px) {
  .navigation-links li.button-holder-alternate,
  .language-switcher li.button-holder-alternate {
    padding: 0 0 0 13px;
    margin-left: 20px; } }
  .navigation-links a,
  .language-switcher a {
    color: #163347;
    line-height: 35px; }

@media screen and (min-width: 992px) {
  .navigation-links a,
  .language-switcher a {
    color: #fff;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    z-index: 5; } }
    .navigation-links a:hover,
    .language-switcher a:hover {
      color: #0096c6; }

@media screen and (min-width: 992px) {
  .navigation-links a:hover,
  .language-switcher a:hover {
    color: #0096c6; } }
    .navigation-links a.has-drop-down-a:after,
    .language-switcher a.has-drop-down-a:after {
      -webkit-transition: -webkit-transform 0.3s linear;
              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,
  .language-switcher a.has-drop-down-a:after {
    display: none; } }
    .navigation-links a.btn,
    .language-switcher a.btn {
      color: #fff;
      font-weight: 300;
      line-height: 19px; }
  .navigation-links .fa-times,
  .language-switcher .fa-times {
    display: none; }

.sub-links-holder {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s linear;
          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;
    -webkit-transform: translate(-50%, 25px);
        -ms-transform: translate(-50%, 25px);
            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 {
    -webkit-transform: translate(-31%, 25px);
        -ms-transform: translate(-31%, 25px);
            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; }
    .select-holder-header .jcf-select .jcf-select-text {
      margin: 0 40px 0 22px; }

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .event-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
  .event-about:after, .event-about:before {
    clear: both;
    content: "";
    display: block; }
  .event-about__image, .event-about__description {
    max-width: 50%;
    width: 50%;
    min-height: 630px;
    height: auto; }
    .event-about__image-text, .event-about__description-text {
      max-width: 90%;
      padding: 5%; }

@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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            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; }

article a.tile-wrapper-link, div a.tile-wrapper-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 3; }

.content-headline {
  font-weight: 600;
  margin-bottom: 4px; }

a {
  -webkit-transition: color 0.3s linear;
          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;
    border-radius: 2px; }

@media screen and (max-width: 991px) {
  .btn.custom-btn {
    line-height: 19px; } }
    .btn.custom-btn:before, .btn.custom-btn:after {
      width: 43px;
      height: 0;
      -webkit-transition: border-width 0.3s linear;
              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%;
      -webkit-transform: rotate(270deg) translate(-13px, 14px);
          -ms-transform: rotate(270deg) translate(-13px, 14px);
              transform: rotate(270deg) translate(-13px, 14px); }
    .btn.custom-btn:after {
      content: "";
      left: 100%;
      -webkit-transform: rotate(-270deg) translate(13px, 14px);
          -ms-transform: rotate(-270deg) translate(13px, 14px);
              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; } }

.reseller-title {
  margin: 32px 0;
  color: #163347;
  font-size: 40px;
  line-height: 1.25; }

@media screen and (max-width: 767px) {
  .reseller-title {
    font-size: 30px !important; } }

.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: -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; }
  .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-top: 50px;
  margin-bottom: 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 20px; } }

@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: 14px;
    margin-top: 12px;
    margin-bottom: 40px;
    max-width: 70%; }

@media screen and (max-width: 767px) {
  .carousel-inner .slide-description p {
    display: none; } }

@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%; }

@media screen and (max-width: 767px) {
  .person-tab-pagination {
    display: block !important;
    text-align: center;
    margin: 20px 0 40px;
    padding-left: 0; } }

@media screen and (min-width: 768px) {
  .person-tab-pagination {
    display: none !important; } }

.person-tab-pagination li {
  background: #666565 !important;
  list-style-type: none;
  display: inline-block;
  cursor: pointer; }
  .person-tab-pagination li:before {
    display: none; }

.pagination, .person-tab-pagination {
  display: none; }

@media screen and (min-width: 768px) {
  .pagination, .person-tab-pagination {
    display: block; } }
  .pagination li, .person-tab-pagination li {
    -webkit-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
    width: 14px;
    height: 14px;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border: none;
    background: #fff;
    opacity: .6;
    margin: 0 10px;
    position: relative; }
    .pagination li:hover, .person-tab-pagination li:hover {
      opacity: 1; }
    .pagination li + li:before, .person-tab-pagination li + li:before {
      width: 21px;
      height: 2px;
      content: "";
      background: #fff;
      position: absolute;
      top: 50%;
      right: 100%;
      z-index: 3;
      -webkit-transform: translate(4px, -14px) rotate(45deg);
          -ms-transform: translate(4px, -14px) rotate(45deg);
              transform: translate(4px, -14px) rotate(45deg); }
    .pagination li.active, .person-tab-pagination li.active {
      width: 14px;
      height: 14px;
      background: #fff;
      opacity: 1;
      margin: 0 10px; }
      .pagination li.active:before, .person-tab-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; }
  .solutions-list .items-holder {
    margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .solutions-list .items-holder {
    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 h3 {
          color: #153346;
          text-decoration: none;
          font-size: 28px;
          font-weight: 300; }
        .solutions-list .container .solutions-list-item .list-content p {
          text-decoration: none;
          font-size: 14px;
          color: #666565;
          font-weight: 300; }
        .solutions-list .container .solutions-list-item .list-content p.learn-more {
          text-decoration: none;
          color: #0095c5;
          font-size: 14px;
          font-weight: 500;
          margin-top: 25px;
          display: block; }
        .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;
  position: relative; }

@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: 30px 0;
  background-color: #f0f2f3; }

@media screen and (min-width: 768px) {
  .similar-solutions {
    padding: 30px 0; } }

@media screen and (min-width: 992px) {
  .similar-solutions {
    padding: 40px 0; } }

.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 {
  -webkit-transition: -webkit-transform 0.3s linear;
          transition: transform 0.3s linear;
  width: 295px;
  height: 295px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: 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 {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    z-index: 5; }
    .work-item:hover:before {
      background: rgba(57, 76, 95, 0.85) !important; }
  .work-item:before {
    -webkit-transition: background 0.3s linear;
            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;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            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: -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            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;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          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;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media screen and (min-width: 992px) {
  .number-container span {
    font-size: 48px;
    line-height: 48px; } }

h3.information-header {
  color: #163347;
  border-bottom: 2px solid #53a5ce;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 0; }

section.iformation-block .item {
  margin-bottom: 30px; }

.information-item {
  position: relative;
  border-bottom: 2px solid #53a5ce;
  padding: 10px 0; }
  .information-item img {
    position: absolute;
    left: 0;
    top: 15px;
    width: 50px; }
  .information-item__about {
    padding-left: 55px; }
    .information-item__about p {
      color: #163347; }

.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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear; }
  .post:hover {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }

.event-tile,
.case-study-tile,
.blog-tile {
  max-width: 100%;
  background: #fff;
  padding: 21px 27px;
  min-height: 222px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
      -ms-flex: 1 100%;
          flex: 1 100%;
  /*.video-link {
    background-image: url(../images/icons/Video-Play-Button.svg);
    background-color: transparent!important;
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    &:hover, &:active, &:focus {
      background-image: url(../images/icons/Video-Play-Button_Rollover.svg);
    }
    &:before {
      display: none;
    }
  }*/ }

@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-view-3 .post-image {
      height: 205px; } }
  .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 {
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute; } }

@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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto; }

@media screen and (min-width: 992px) {
  .post-view-2 .post-image {
    width: 49%; } }

.event-tile {
  font-size: 12px;
  line-height: 14px;
  max-width: 100%; }

@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;
    color: #666565; }

.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;
  color: #666565; }
  .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; }

.prototipingBlock {
  margin: 80px 0; }
  .prototipingBlock h2 {
    font-size: 28px;
    color: #163347;
    font-weight: 300;
    margin-bottom: 50px; }
  .prototipingBlock__row {
    display: none; }
    .prototipingBlock__row.active {
      display: block; }
    .prototipingBlock__row > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: 5px 0;
      background-color: white; }
    .prototipingBlock__row-image {
      width: 300px;
      background-size: cover; }

@media screen and (max-width: 991px) {
  .prototipingBlock__row-image {
    width: 230px; } }

@media screen and (max-width: 767px) {
  .prototipingBlock__row-image {
    width: 50%;
    min-height: 100px; } }
    .prototipingBlock__row-description {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 10px 40px; }
      .prototipingBlock__row-description a {
        font-weight: bold; }
        .prototipingBlock__row-description a:after {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f101";
          padding-left: 5px; }

@media screen and (max-width: 767px) {
  .prototipingBlock__row-description p, .prototipingBlock__row-description h3 {
    display: none; }
  .prototipingBlock__row-description p.event-description {
    display: block; }
    .prototipingBlock__row-description p.event-description span {
      display: none; }
  .prototipingBlock__row-description a {
    display: block !important; } }
      .prototipingBlock__row-description .event-name {
        font-weight: bold;
        text-transform: uppercase;
        color: #163347;
        font-size: 14px;
        margin-bottom: 5px; }
        .prototipingBlock__row-description .event-name i {
          padding-right: 5px; }
      .prototipingBlock__row-description .event-description {
        font-size: 14px;
        line-height: 17px; }
      .prototipingBlock__row-description .event-title {
        font-size: 28px;
        margin-bottom: 0;
        color: #163347;
        line-height: 30px; }
      .prototipingBlock__row-description .event-date {
        font-size: 12px; }
        .prototipingBlock__row-description .event-date:before {
          content: "\f017";
          font: normal normal normal 14px/1 FontAwesome;
          padding-right: 5px; }
      .prototipingBlock__row-description .event-time {
        float: right;
        font-size: 12px; }
        .prototipingBlock__row-description .event-time__read:before {
          content: "\f02d";
          font: normal normal normal 14px/1 FontAwesome;
          padding-right: 5px; }
        .prototipingBlock__row-description .event-time__watch {
          padding: 0 10px; }
          .prototipingBlock__row-description .event-time__watch:before {
            content: "\f144";
            font: normal normal normal 14px/1 FontAwesome;
            padding-right: 5px; }
  .prototipingBlock__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media screen and (max-width: 767px) {
  .prototipingBlock__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .prototipingBlock__list > div {
      background-color: white;
      cursor: pointer;
      width: 300px; }

@media screen and (max-width: 991px) {
  .prototipingBlock__list > div {
    width: 230px; } }

@media screen and (max-width: 767px) {
  .prototipingBlock__list > div {
    width: 100%; } }
      .prototipingBlock__list > div.active {
        background-color: #003A5D; }
        .prototipingBlock__list > div.active p {
          color: white; }
          .prototipingBlock__list > div.active p a:after {
            content: "\f103"; }
      .prototipingBlock__list > div img {
        width: 100%; }
      .prototipingBlock__list > div h3 {
        position: relative;
        top: -44px;
        margin-bottom: -44px;
        text-align: center;
        text-transform: uppercase;
        background-color: rgba(0, 58, 93, 0.85);
        height: 44px;
        line-height: 44px;
        font-weight: 500;
        color: white;
        font-size: 14px; }
      .prototipingBlock__list > div p {
        padding: 20px;
        color: #666565;
        font-size: 14px;
        margin-bottom: 0; }
        .prototipingBlock__list > div p a {
          font-weight: 500; }
          .prototipingBlock__list > div p a:after {
            content: "\f102";
            font: normal normal normal 14px/1 FontAwesome;
            padding-left: 5px; }

.dataSheets {
  padding: 40px 0; }
  .dataSheets h3 {
    font-size: 14px;
    font-weight: 500;
    color: #163347;
    text-transform: uppercase; }
  .dataSheets__filters {
    border: 1px solid rgba(151, 151, 151, 0.35);
    background-color: white; }

@media screen and (max-width: 767px) {
  .dataSheets__filters {
    margin-bottom: 25px; } }
    .dataSheets__filters-header {
      border-bottom: 1px solid rgba(151, 151, 151, 0.35);
      border-top: 1px solid rgba(151, 151, 151, 0.35);
      margin-top: -1px;
      -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease;
      cursor: pointer; }
      .dataSheets__filters-header:last-child {
        margin-bottom: -1px; }
      .dataSheets__filters-header.active {
        background-color: #0096C6; }
        .dataSheets__filters-header.active h4 {
          color: white; }
          .dataSheets__filters-header.active h4:after {
            content: "\f106"; }
      .dataSheets__filters-header h4 {
        font-size: 14px;
        color: #163347;
        text-transform: uppercase;
        position: relative;
        padding: 15px;
        margin-bottom: 0; }
        .dataSheets__filters-header h4:after {
          font: normal normal normal 28px/1 FontAwesome;
          content: "\f107";
          position: absolute;
          top: 0;
          right: 15px;
          line-height: 45px; }
    .dataSheets__filters-row {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease; }
      .dataSheets__filters-row.active {
        max-height: 1000px;
        -webkit-transition: 0.3s all ease;
                transition: 0.3s all ease; }
      .dataSheets__filters-row p {
        padding: 0px 15px;
        margin-bottom: 0;
        color: #163347;
        line-height: 24px; }
        .dataSheets__filters-row p label {
          font-weight: normal;
          margin-bottom: 0; }
        .dataSheets__filters-row p:first-child {
          padding-top: 15px; }
        .dataSheets__filters-row p:last-child {
          padding-bottom: 15px; }

.filterTarget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px; }
  .filterTarget__item {
    margin: 0 5px 10px; }
    .filterTarget__item-remove {
      color: white;
      padding-left: 10px; }
      .filterTarget__item-remove:after {
        content: "\f00d";
        color: white;
        font: normal normal normal 14px/1 FontAwesome; }
    .filterTarget__item-reload {
      color: white;
      padding-left: 10px; }
      .filterTarget__item-reload:after {
        content: "\f01e";
        color: white;
        font: normal normal normal 14px/1 FontAwesome; }
    .filterTarget__item p {
      background-color: #163347;
      color: white;
      font-weight: 500;
      padding: 3px;
      margin: 0 15px;
      border: none;
      position: relative; }
      .filterTarget__item p:before, .filterTarget__item p:after {
        width: 26px;
        height: 0;
        -webkit-transition: border-width 0.3s linear;
        transition: border-width 0.3s linear;
        content: "";
        position: absolute;
        top: 0;
        z-index: 3;
        display: block;
        border-bottom: 8px solid #163347;
        border-left: 8px solid transparent;
        border-right: 0px solid transparent; }
      .filterTarget__item p:before {
        right: 100%;
        -webkit-transform: rotate(270deg) translate(-9px, 9px);
        -ms-transform: rotate(270deg) translate(-9px, 9px);
        transform: rotate(270deg) translate(-9px, 9px); }
      .filterTarget__item p:after {
        content: "";
        left: 100%;
        -webkit-transform: rotate(-270deg) translate(9px, 9px);
        -ms-transform: rotate(-270deg) translate(9px, 9px);
        transform: rotate(-270deg) translate(9px, 9px); }
    .filterTarget__item i {
      padding-left: 5px; }

@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; }

.bottomPaginationControls {
  padding: 20px 0; }
  .bottomPaginationControls .filterPagination p {
    margin-bottom: 0;
    font-weight: bold;
    color: #163347;
    text-transform: uppercase;
    text-align: center; }
  .bottomPaginationControls .filterPagination .pagination {
    margin: 0;
    text-align: center; }
    .bottomPaginationControls .filterPagination .pagination li {
      margin: 0;
      background-color: transparent; }
      .bottomPaginationControls .filterPagination .pagination li a {
        border: 0;
        float: none;
        color: #666565;
        background-color: transparent; }
        .bottomPaginationControls .filterPagination .pagination li a:before {
          display: none; }
        .bottomPaginationControls .filterPagination .pagination li a.active {
          color: #163347; }

.filterControls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 5px;
  border-top: 1px solid #163347; }
  .filterControls__download {
    float: right; }
    .filterControls__download .custom-btn i {
      padding-left: 10px; }

.filterResult .filterfilterResult__checkbox {
  background-color: white;
  margin-bottom: 5px;
  padding: 15px 0px 15px 10px; }
  .filterResult .filterfilterResult__checkbox label {
    width: 100%; }
    .filterResult .filterfilterResult__checkbox label:before {
      bottom: 50% !important;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .filterResult .filterfilterResult__checkbox label div {
      padding: 0 70px 0 50px;
      position: relative; }

@media screen and (max-width: 767px) {
  .filterResult .filterfilterResult__checkbox label div {
    padding: 0 0px 0px 50px; } }
      .filterResult .filterfilterResult__checkbox label div:before {
        content: "\f1c1";
        font: normal normal normal 24px/1 FontAwesome;
        position: absolute;
        left: 10px;
        color: #163347;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%); }
  .filterResult .filterfilterResult__checkbox-title {
    color: #0096C6;
    font-size: 14px;
    line-height: 17px; }
    .filterResult .filterfilterResult__checkbox-title:after {
      content: "\f101";
      font: normal normal normal 14px/1 FontAwesome; }
  .filterResult .filterfilterResult__checkbox-description {
    display: block;
    font-weight: normal;
    color: #666565; }
  .filterResult .filterfilterResult__checkbox-size {
    position: absolute;
    right: 20px;
    display: block;
    width: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 14px;
    font-weight: normal; }

@media screen and (max-width: 767px) {
  .filterResult .filterfilterResult__checkbox-size {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.filterfilterResult__checkbox {
  padding-left: 10px; }
  .filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label:before, .filterfilterResult__checkbox input[type="checkbox"]:checked + label:before,
  .filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label:after, .filterfilterResult__checkbox input[type="checkbox"]:checked + label:after {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px !important;
    line-height: 30px !important;
    border-color: rgba(151, 151, 151, 0.5);
    bottom: 50% !important;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    font-size: 18px !important; }
  .filterfilterResult__checkbox .__bold {
    font-weight: 500;
    color: #163347;
    text-transform: uppercase;
    line-height: 43px; }
  .filterfilterResult__checkbox label {
    padding-left: 40px !important; }

.checkboxRow input[type="checkbox"]:not(:checked), .checkboxRow input[type="checkbox"]:checked,
.filterfilterResult__checkbox input[type="checkbox"]:not(:checked),
.filterfilterResult__checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

.checkboxRow input[type="checkbox"]:not(:checked) + label, .checkboxRow input[type="checkbox"]:checked + label,
.filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label,
.filterfilterResult__checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer; }

.checkboxRow input[type="checkbox"]:not(:checked) + label:before, .checkboxRow input[type="checkbox"]:checked + label:before,
.filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label:before,
.filterfilterResult__checkbox input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #163347;
  background: #fff;
  border-radius: 3px; }

.checkboxRow input[type="checkbox"]:checked + label:after,
.filterfilterResult__checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1; }

.checkboxRow input[type="checkbox"]:not(:checked) + label:after,
.filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

.checkboxRow input[type="checkbox"]:not(:checked) + label:after, .checkboxRow input[type="checkbox"]:checked + label:after,
.filterfilterResult__checkbox input[type="checkbox"]:not(:checked) + label:after,
.filterfilterResult__checkbox input[type="checkbox"]:checked + label:after {
  content: "\f00c";
  position: absolute;
  background-color: #163347;
  font: normal normal normal 12px/1 FontAwesome;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: white;
  -webkit-transition: all .2s;
          transition: all .2s;
  left: 0;
  bottom: 5px;
  border-radius: 3px; }

body.fr .article-heading, body.fr .preview, body.fr .preview, body.de .article-heading, body.de .preview, body.de .preview, body.it .article-heading, body.it .preview, body.it .preview {
  text-transform: none; }

body.fr .navigation-links li, body.de .navigation-links li, body.it .navigation-links li {
  text-transform: none; }

body.fr .sub-links li, body.de .sub-links li, body.it .sub-links li {
  text-transform: none; }

.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 {
  -webkit-transition: background 0.3s linear;
          transition: background 0.3s linear;
  display: inline-block;
  vertical-align: top;
  width: 55px;
  height: 55px;
  background-image: url(../images/icons/Video-Play-Button.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer; }
  .video-link:hover {
    background-image: url(../images/icons/Video-Play-Button_Rollover.svg); }

.editing-mode-text * {
  position: relative !important;
  z-index: 6 !important; }

.editing-mode-image img {
  position: relative;
  z-index: 9;
  width: 60px;
  height: auto; }

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: 300;
  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;
      padding-right: 22px; }
    .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; } }

.video-watch-btn i {
  margin-left: 7px; }

.simple-header-text-block {
  margin: 40px 0; }
  .simple-header-text-block h2 {
    color: #153346;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px; }
    .simple-header-text-block h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background-color: #163347;
      width: 139px; }

@media screen and (max-width: 767px) {
  .simple-header-text-block h2:after {
    width: 45px; } }
  .simple-header-text-block p {
    color: #666565;
    font-size: 14px;
    font-weight: 300;
    margin: 15px 0; }

@media screen and (min-width: 769px) {
  .form-thank-you {
    margin-top: 56px; } }

.education-latest-resources h2 {
  color: #153346;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .education-latest-resources h2 {
    margin-bottom: 15px; } }

.education-latest-resources__item {
  position: relative;
  background-color: white;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 100px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .education-latest-resources__item a.look-inside {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0; }
  .education-latest-resources__item-image {
    width: 220px;
    padding: 0 !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    min-height: 100px; }

@media screen and (max-width: 479px) {
  .education-latest-resources__item-image {
    width: 50%;
    background-position: center; } }
  .education-latest-resources__item-about {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

@media screen and (max-width: 767px) {
  .education-latest-resources__item-about {
    padding: 15px 25px; } }
    .education-latest-resources__item-about h4 {
      color: #0095C5;
      font-size: 14px;
      font-weight: 500;
      line-height: 17px;
      margin-bottom: 5px; }
      .education-latest-resources__item-about h4:after {
        content: "\e900";
        font-size: 10px;
        margin: 0 0 0 5px; }
    .education-latest-resources__item-about p {
      margin: 0;
      line-height: 16px;
      font-size: 14px;
      margin-top: 5px;
      color: #666565;
      font-weight: 300; }

@media screen and (max-width: 767px) {
  .education-latest-resources__item-about p {
    display: none; } }

.education-latest-resources {
  margin: 80px 0; }

.grades ol.carousel-indicators.pagination li {
  background-color: #666565; }

.grades ol.carousel-indicators.pagination {
  display: none;
  position: static;
  margin: 15px auto; }

@media screen and (max-width: 767px) {
  .grades ol.carousel-indicators.pagination {
    display: block; } }

.grades .pagination li + li:before {
  background: #666565; }

.grades .persons-tab-container__list-pictures {
  margin-bottom: 40px; }
  .grades .persons-tab-container__list-pictures .header-tab-content {
    border: none !important;
    background: none !important; }

@media screen and (min-width: 768px) {
  .grades .persons-tab-container__list-pictures .header-tab-content {
    display: block !important; } }
    .grades .persons-tab-container__list-pictures .header-tab-content p {
      width: 200px;
      height: 200px;
      margin: auto;
      cursor: pointer;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat; }

@media screen and (max-width: 991px) {
  .grades .persons-tab-container__list-pictures .header-tab-content p {
    width: 150px;
    height: 150px; } }

.grades .persons-tab-container .persons-tabs-navigation {
  position: relative; }

@media screen and (min-width: 768px) {
  .grades .persons-tab-container .persons-tabs-navigation {
    display: none; } }
  .grades .persons-tab-container .persons-tabs-navigation a.left {
    left: 0; }
  .grades .persons-tab-container .persons-tabs-navigation a.right {
    right: 0; }
  .grades .persons-tab-container .persons-tabs-navigation a.tab-control {
    width: 20px;
    display: block;
    height: 20px;
    top: -120px;
    position: absolute; }
    .grades .persons-tab-container .persons-tabs-navigation a.tab-control span {
      color: #666565;
      font-size: 30px; }

.grades .persons-tab-container .header-tab-content {
  overflow: hidden;
  padding: 0 !important;
  background-color: white;
  border-left: 1px solid rgba(150, 150, 150, 0.35);
  border-right: 1px solid rgba(150, 150, 150, 0.35);
  border-bottom: 1px solid rgba(150, 150, 150, 0.35); }

@media screen and (max-width: 767px) {
  .grades .persons-tab-container .header-tab-content .image-container {
    display: none; } }
  .grades .persons-tab-container .header-tab-content > .row > div {
    padding: 0 !important; }
  .grades .persons-tab-container .header-tab-content > .row p {
    font-size: 22px;
    font-weight: 300;
    color: #153346;
    padding: 25px 25px 10px 35px;
    margin-bottom: 0; }
  .grades .persons-tab-container .header-tab-content > .row .btn {
    margin-left: 40px; }

.grades .sub-header-tabs {
  width: 100% !important;
  position: static !important;
  margin: auto !important;
  border-left: 1px solid #b8c3c9; }
  .grades .sub-header-tabs li {
    cursor: pointer;
    padding: 10px 0 !important; }
    .grades .sub-header-tabs li h3 {
      font-size: 14px;
      font-weight: 500;
      color: #153346;
      line-height: normal; }
    .grades .sub-header-tabs li p {
      font-size: 14px;
      color: #666565;
      font-weight: 300;
      line-height: normal; }
  .grades .sub-header-tabs li.active:after {
    left: 20% !important;
    top: -20px;
    bottom: auto;
    border-top: 0 !important;
    border-bottom: 20px solid #00a1e0; }
  .grades .sub-header-tabs li.active h3, .grades .sub-header-tabs li.active p {
    color: #ffffff; }

@media screen and (max-width: 767px) {
  .grades .sub-header-tabs {
    display: block !important; }
    .grades .sub-header-tabs li {
      display: none; }
    .grades .sub-header-tabs li.active {
      display: block;
      width: 100% !important; } }

.recycling .sub-header-tabs li {
  width: 33.333% !important; }

/* Industries - Aerospace BEGIN */
.industries .tab-main, .grades .tab-main, .recycling .tab-main {
  position: relative;
  padding: 32px 10px 20px; }

@media screen and (min-width: 768px) {
  .industries .tab-main, .grades .tab-main, .recycling .tab-main {
    padding: 32px 0 42px; } }
  .industries .tab-main .container, .grades .tab-main .container, .recycling .tab-main .container {
    position: relative;
    z-index: 3;
    top: -28px; }

@media screen and (min-width: 992px) {
  .industries .tab-main .container, .grades .tab-main .container, .recycling .tab-main .container {
    top: 5px; } }
  .industries .tab-main .Line, .grades .tab-main .Line, .recycling .tab-main .Line {
    width: 45px;
    height: 2px;
    margin: 16px 0px 12px 0;
    border: solid 1px #163347; }
  .industries .tab-main .sub-title, .grades .tab-main .sub-title, .recycling .tab-main .sub-title {
    font-weight: 500;
    color: #163347;
    font-family: "Roboto", sans-serif; }
    .industries .tab-main .sub-title span, .grades .tab-main .sub-title span, .recycling .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, .grades .tab-main .tab-content, .recycling .tab-main .tab-content {
    margin-top: 20px; }
  .industries .tab-main .container, .grades .tab-main .container, .recycling .tab-main .container {
    margin-top: 20px; }
    .industries .tab-main .container .text-container, .grades .tab-main .container .text-container, .recycling .tab-main .container .text-container {
      margin-top: 20px; }
  @media (min-width: 768px) {
    .industries .tab-main .container, .grades .tab-main .container, .recycling .tab-main .container {
      position: relative;
      top: 35px; }
    .industries .tab-main .tab-main, .grades .tab-main .tab-main, .recycling .tab-main .tab-main {
      padding: 32px 0 42px; } }

.industries .content-header, .grades .content-header, .recycling .content-header {
  color: #163347;
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto", sans-serif; }

@media screen and (min-width: 768px) {
  .industries .content-header, .grades .content-header, .recycling .content-header {
    font-size: 28px; } }

.industries .mobile-header-tab, .grades .mobile-header-tab, .recycling .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, .grades .mobile-header-tab span, .recycling .mobile-header-tab span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease; }
  .industries .mobile-header-tab.active, .grades .mobile-header-tab.active, .recycling .mobile-header-tab.active {
    background-color: #00a1e0;
    color: #FFF; }
    .industries .mobile-header-tab.active:after, .grades .mobile-header-tab.active:after, .recycling .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, .grades .mobile-header-tab.active span, .recycling .mobile-header-tab.active span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .industries .mobile-header-tab.last-header-tab, .grades .mobile-header-tab.last-header-tab, .recycling .mobile-header-tab.last-header-tab {
    border-bottom-width: 1px; }

@media screen and (min-width: 768px) {
  .industries .mobile-header-tab, .grades .mobile-header-tab, .recycling .mobile-header-tab {
    display: none; } }

.industries .sub-header-tabs, .grades .sub-header-tabs, .recycling .sub-header-tabs {
  position: absolute;
  z-index: 3;
  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, .grades .sub-header-tabs, .recycling .sub-header-tabs {
    width: 740px;
    margin-left: -370px;
    left: 50%;
    line-height: 17px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* 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, .grades .sub-header-tabs, .recycling .sub-header-tabs {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    line-height: 42px; } }
  .industries .sub-header-tabs li, .grades .sub-header-tabs li, .recycling .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, .grades .sub-header-tabs li, .recycling .sub-header-tabs li {
    width: 25%;
    padding: 7px 20px;
    height: auto; } }

@media screen and (min-width: 992px) {
  .industries .sub-header-tabs li, .grades .sub-header-tabs li, .recycling .sub-header-tabs li {
    width: 25%;
    padding: 0;
    height: auto; } }
  .industries .sub-header-tabs li:hover, .grades .sub-header-tabs li:hover, .recycling .sub-header-tabs li:hover {
    background-color: #e5f8ff; }
  .industries .sub-header-tabs li:last-child, .grades .sub-header-tabs li:last-child, .recycling .sub-header-tabs li:last-child {
    border-left: 1px; }
  .industries .sub-header-tabs li.active, .grades .sub-header-tabs li.active, .recycling .sub-header-tabs li.active {
    background-color: #00a1e0;
    color: #FFF; }
    .industries .sub-header-tabs li.active:after, .grades .sub-header-tabs li.active:after, .recycling .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, .grades .header-tab-content, .recycling .header-tab-content {
  display: none; }
  .industries .header-tab-content.active, .grades .header-tab-content.active, .recycling .header-tab-content.active {
    display: block; }

.industries .select-holder-header-label, .grades .select-holder-header-label, .recycling .select-holder-header-label {
  font-weight: 100;
  font-size: 22px; }

@media screen and (min-width: 768px) {
  .industries .select-holder-header-label, .grades .select-holder-header-label, .recycling .select-holder-header-label {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .industries .select-holder-header-label, .grades .select-holder-header-label, .recycling .select-holder-header-label {
    font-size: 28px; } }

.industries .jcf-drop-active .jcf-select-text, .grades .jcf-drop-active .jcf-select-text, .recycling .jcf-drop-active .jcf-select-text {
  color: #163347 !important; }

.industries .select-holder-header, .grades .select-holder-header, .recycling .select-holder-header {
  position: absolute;
  width: 300px;
  top: 66px;
  left: 10px;
  text-align: left; }
  .industries .select-holder-header .jcf-select, .grades .select-holder-header .jcf-select, .recycling .select-holder-header .jcf-select {
    height: 36px; }
  .industries .select-holder-header .jcf-select-filter-select .jcf-select-text, .grades .select-holder-header .jcf-select-filter-select .jcf-select-text, .recycling .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, .grades .select-holder-header .jcf-select-filter-select .jcf-select-text, .recycling .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, .grades .select-holder-header .jcf-select-filter-select .jcf-select-opener:before, .recycling .select-holder-header .jcf-select-filter-select .jcf-select-opener:before {
    font-size: 20px;
    color: #fff; }
  .industries .select-holder-header .jcf-select-filter-select, .grades .select-holder-header .jcf-select-filter-select, .recycling .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, .grades .select-holder-header, .recycling .select-holder-header {
    width: 740px;
    margin-left: -370px;
    left: 50%;
    top: 66px; }
    .industries .select-holder-header .jcf-select, .grades .select-holder-header .jcf-select, .recycling .select-holder-header .jcf-select {
      height: 48px; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-text, .grades .select-holder-header .jcf-select-filter-select .jcf-select-text, .recycling .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, .grades .select-holder-header .jcf-select-filter-select .jcf-select-opener:before, .recycling .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, .grades .select-holder-header, .recycling .select-holder-header {
    width: 960px;
    margin-left: -480px;
    left: 50%;
    top: 125px; }
    .industries .select-holder-header .jcf-select, .grades .select-holder-header .jcf-select, .recycling .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, .grades .select-holder-header .jcf-select-filter-select .jcf-select-text, .grades .select-holder-header .jcf-select-filter-select .jcf-select-opener:before, .recycling .select-holder-header .jcf-select-filter-select .jcf-select-text, .recycling .select-holder-header .jcf-select-filter-select .jcf-select-opener:before {
      color: #FFF;
      line-height: 65px;
      font-size: 28px;
      padding-right: 22px; }
    .industries .select-holder-header .jcf-select-filter-select .jcf-select-text, .grades .select-holder-header .jcf-select-filter-select .jcf-select-text, .recycling .select-holder-header .jcf-select-filter-select .jcf-select-text {
      font-size: 48px; }
    .industries .select-holder-header .jcf-drop-active, .grades .select-holder-header .jcf-drop-active, .recycling .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, .grades .select-holder-header .jcf-drop-active .jcf-select-text, .grades .select-holder-header .jcf-drop-active .jcf-select-opener:before, .recycling .select-holder-header .jcf-drop-active .jcf-select-text, .recycling .select-holder-header .jcf-drop-active .jcf-select-opener:before {
        color: #163347; } }

@media screen and (min-width: 992px) {
  .industries .post-section, .grades .post-section, .recycling .post-section {
    background-color: #f0f2f3; } }

.image-content {
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .image-content {
    padding: 0 10px; } }
  .image-content p {
    font-size: 12px; }
  .image-content p.__left {
    text-align: left; }
  .image-content p.__right {
    text-align: right; }
  .image-content p.__center {
    text-align: center; }

/* 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; }

.scEmptyPlaceholder {
  min-width: 150px;
  min-height: 150px; }

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; } }

#CTAvideoModal {
  background: rgba(34, 61, 77, 0.5);
  z-index: 100000; }
  #CTAvideoModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%; }

@media screen and (min-width: 769px) {
  #CTAvideoModal .modal-dialog {
    width: 60%; } }
  #CTAvideoModal .modal-body {
    padding: 0; }
  #CTAvideoModal iframe {
    border: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  #CTAvideoModal .close {
    z-index: 9;
    position: absolute;
    right: 3px;
    top: 4px;
    opacity: .9;
    width: 36px;
    height: 36px;
    background-color: #485f68;
    border-radius: 50%; }
    #CTAvideoModal .close i {
      font-size: 18px;
      color: #fff;
      line-height: 35px; }
    #CTAvideoModal .close:hover {
      opacity: .6; }

#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; } }

.tab-main h2.content-header {
  margin-bottom: 58px; }

@media screen and (max-width: 767px) {
  .tab-main h2.content-header {
    margin-top: 15px;
    margin-bottom: 17px; } }

.custom-btn.btn-blue {
  background: #00A1E0; }
  .custom-btn.btn-blue:hover {
    background: #00A1E0; }
  .custom-btn.btn-blue:after, .custom-btn.btn-blue:before {
    border-bottom: 17px solid #00A1E0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent; }

.education-list-block__list-item + .education-list-block__list-item {
  margin-left: 30px; }

@media screen and (max-width: 767px) {
  .education-list-block__list-item + .education-list-block__list-item {
    margin-left: 0; } }

.contactsInfo {
  padding: 40px 0; }
  .contactsInfo__item {
    min-height: 500px; }

@media screen and (max-width: 767px) {
  .contactsInfo__item {
    min-height: 0;
    padding: 30px 15px !important; } }
    .contactsInfo__item:first-child {
      border-right: 1px solid #163347; }

@media screen and (max-width: 767px) {
  .contactsInfo__item:first-child {
    border-right: none;
    border-bottom: 1px solid #163347; } }
    .contactsInfo__item:last-child {
      padding-left: 50px; }

@media screen and (max-width: 767px) {
  .contactsInfo__item:last-child {
    padding-left: 0; } }
  .contactsInfo h2 {
    font-weight: 300;
    font-size: 28.0px;
    color: #153346;
    margin-bottom: 40px; }
  .contactsInfo p {
    margin-bottom: 40px; }
  .contactsInfo__call {
    font-size: 20.0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1b2f40; }

.contactsAnswer {
  padding: 0px 0 40px;
  display: none; }
  .contactsAnswer > div {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .contactsAnswer.active {
    display: block; }
  .contactsAnswer .btn {
    min-width: 130px; }
  .contactsAnswer .education-list-block__list-item + .education-list-block__list-item {
    margin-left: 15px; }

@media screen and (max-width: 767px) {
  .contactsAnswer .education-list-block__list-item + .education-list-block__list-item {
    margin-left: 0; } }
  .contactsAnswer .education-list-block__list-item {
    margin: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12); }

@media screen and (max-width: 767px) {
  .contactsAnswer .education-list-block__list-item {
    margin: 20px 0; } }

.education-list-block > div,
.contactsAnswer > div {
  padding-left: 0px;
  padding-right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

@media screen and (max-width: 767px) {
  .education-list-block > div,
  .contactsAnswer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.education-list-block__list-item,
.contactsAnswer__list-item {
  margin: 80px 0;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: white;
  padding: 20px; }
  .education-list-block__list-item *,
  .contactsAnswer__list-item * {
    max-width: 100%; }

@media screen and (max-width: 767px) {
  .education-list-block__list-item,
  .contactsAnswer__list-item {
    width: 100% !important;
    margin: 0px 0 15px; } }
  .education-list-block__list-item h3,
  .contactsAnswer__list-item h3 {
    color: #153346;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px; }
    .education-list-block__list-item h3:after,
    .contactsAnswer__list-item h3:after {
      content: "";
      width: 45px;
      background-color: #163347;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
  .education-list-block__list-item p,
  .contactsAnswer__list-item p {
    padding: 20px 0;
    color: #666565;
    font-size: 14px;
    font-weight: 300; }

.education-resources-list {
  margin-top: 80px; }
  .education-resources-list__item .list-content h3 {
    color: #153346;
    font-size: 28px;
    font-weight: 300; }
  .education-resources-list__item .list-content p {
    font-size: 14px;
    color: #666565;
    font-weight: 300; }
  .education-resources-list__item .list-content p.learn-more {
    color: #0095c5;
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
    display: block; }

.lending-text-block {
  margin: 80px 0;
  position: relative; }

@media screen and (max-width: 768px) {
  .lending-text-block {
    margin: 40px 0; } }
  .lending-text-block .container {
    position: relative; }
  .lending-text-block h3 {
    text-transform: uppercase;
    color: #163347;
    font-size: 18px; }
  .lending-text-block p {
    color: #666565;
    font-size: 14px;
    font-weight: 300;
    text-align: left; }
  .lending-text-block ul {
    padding-left: 20px; }
  .lending-text-block .landing-video-block {
    width: 50%;
    position: absolute;
    top: -400px; }

@media screen and (max-width: 768px) {
  .lending-text-block .landing-video-block {
    position: static;
    width: 100%;
    margin-bottom: 40px; } }
    .lending-text-block .landing-video-block iframe {
      width: 100%;
      min-height: 265px;
      border: none; }

@media screen and (max-width: 992px) {
  .lending-text-block .landing-video-block iframe {
    min-height: 180px;
    margin: auto;
    display: block; } }

.landing-registration-block {
  background-repeat: no-repeat;
  min-height: 475px;
  background-size: cover;
  background-position: 50% 50%; }
  .landing-registration-block_bg {
    position: absolute !important;
    min-height: 475px;
    background-size: cover;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

@media screen and (max-width: 768px) {
  .landing-registration-block {
    background-size: 100%;
    background-position: top; } }
  .landing-registration-block > .container {
    position: relative;
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;*/
    padding-top: 150px; }

@media screen and (max-width: 768px) {
  .landing-registration-block > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .landing-registration-block > .container > div {
      width: 50%; }

@media screen and (max-width: 768px) {
  .landing-registration-block > .container > div {
    width: 100%; } }

.registration-form {
  position: relative;
  padding: 0 40px;
  top: -348px;
  margin-bottom: -350px;
  float: right;
  background-color: white;
  width: 380px; }

@media screen and (max-width: 992px) {
  .registration-form {
    width: 330px; } }

@media screen and (max-width: 768px) {
  .registration-form {
    width: 100%;
    position: relative;
    margin-bottom: -225px;
    padding: 0 15px; } }
  .registration-form h2 {
    font-size: 28px;
    color: #163347;
    font-weight: 300 !important; }

@media screen and (max-width: 768px) {
  .registration-form h2 {
    padding: 0; } }
  .registration-form:after, .registration-form:before {
    width: 100%;
    height: 0;
    -webkit-transition: border-width 0.3s linear;
    transition: border-width 0.3s linear;
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    border-bottom: 56px solid #ffffff;
    border-left: 70px solid transparent;
    border-right: 0px solid transparent; }
  .registration-form:before {
    top: -56px;
    left: 0px; }
  .registration-form:after {
    content: "";
    left: 0;
    bottom: -56px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .registration-form .mktoForm {
    width: 100% !important; }
    .registration-form .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
      width: 90px !important; }
    .registration-form .mktoForm .cf_sign_on {
      width: 100% !important; }
    .registration-form .mktoForm .mktoOffset {
      display: none !important; }
    .registration-form .mktoForm .mktoFormCol {
      width: 100% !important; }
      .registration-form .mktoForm .mktoFormCol .mktoFieldWrap {
        width: 100% !important; }
        .registration-form .mktoForm .mktoFormCol .mktoFieldWrap label .mktoAsterix {
          display: none; }
        .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input,
        .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select {
          width: 100% !important;
          min-height: 40px;
          border: 1px solid #dedfdf;
          background-color: #f6f7f7;
          padding: 10px;
          font-size: 15px;
          color: #666565; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input:focus, .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input:active,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select:focus,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select:active {
            border-color: #00a1e0 !important; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input.mktoInvalid,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select.mktoInvalid {
            border-color: #dc4c33; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select::-webkit-input-placeholder {
            font-size: 15px;
            color: #666565; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input::-moz-placeholder,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select::-moz-placeholder {
            font-size: 15px;
            color: #666565; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input:-moz-placeholder,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select:-moz-placeholder {
            font-size: 15px;
            color: #666565; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap input:-moz-placeholder,
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap select:-moz-placeholder {
            font-size: 15px;
            color: #666565; }
        .registration-form .mktoForm .mktoFormCol .mktoFieldWrap .mktoError {
          position: static !important; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorArrowWrap {
            display: none; }
          .registration-form .mktoForm .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
            background: none;
            width: 100%;
            color: #dc4c33 !important;
            box-shadow: none;
            border: none;
            padding: 10px 0px 0px;
            text-shadow: none;
            line-height: 25px; }
    .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {
      box-shadow: none;
      font-size: 14px;
      border: none;
      height: 43px !important;
      z-index: 4;
      margin: 10px 15px 0 !important; }
      .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:hover:before, .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:hover:after {
        border-left: 0px solid transparent;
        border-right: 14px solid transparent; }
      .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:before, .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:after {
        width: 43px;
        height: 0;
        -webkit-transition: border-width 0.3s linear;
        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; }
      .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:after {
        content: "";
        left: 100%;
        -webkit-transform: rotate(-270deg) translate(13px, 14px);
        -ms-transform: rotate(-270deg) translate(13px, 14px);
        transform: rotate(-270deg) translate(13px, 14px); }
      .registration-form .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton:before {
        right: 100%;
        -webkit-transform: rotate(270deg) translate(-13px, 13px);
        -ms-transform: rotate(270deg) translate(-13px, 13px);
        transform: rotate(270deg) translate(-13px, 13px); }

.industry-value > div {
  padding: 40px 15px; }
  .industry-value > div > .row {
    font-size: 0; }

.industry-value .industry-value-image {
  padding: 0 10px;
  display: inline-block;
  width: 35%;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .industry-value .industry-value-image {
    width: 100%;
    text-align: center;
    margin-top: 25px; } }
  .industry-value .industry-value-image img {
    max-width: 100%; }

.industry-value .industry-value-prop {
  padding: 0 10px;
  width: 65%;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .industry-value .industry-value-prop {
    width: 100%; } }
  .industry-value .industry-value-prop__header {
    color: #163347;
    font-weight: normal !important; }
  .industry-value .industry-value-prop__description {
    margin-bottom: 25px; }
  .industry-value .industry-value-prop .percent-value {
    font-size: 45px;
    line-height: 45px;
    color: #163347;
    font-weight: 700; }

@media screen and (max-width: 991px) {
  .industry-value .industry-value-prop .percent-value {
    font-size: 36px;
    line-height: 40px; } }

@media screen and (max-width: 767px) {
  .industry-value .industry-value-prop .percent-value {
    width: auto;
    padding-right: 25px; } }
  .industry-value .industry-value-prop .percent-description {
    font-size: 18px;
    line-height: 22px;
    color: #163347;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 65%; }

@media screen and (max-width: 991px) {
  .industry-value .industry-value-prop .percent-description {
    font-size: 14px;
    line-height: 19px; } }
  .industry-value .industry-value-prop__percent {
    font-size: 0; }
    .industry-value .industry-value-prop__percent span {
      display: inline-block;
      vertical-align: bottom; }
    .industry-value .industry-value-prop__percent .percent-source {
      font-size: 12px;
      color: #0096c6;
      font-weight: bold;
      display: block;
      text-align: right;
      margin-top: 25px; }

@media screen and (max-width: 767px) {
  .industry-value .industry-value-prop__percent .percent-source {
    text-align: left; } }

div#loader {
  position: relative;
  /* z-index: 999; */
  height: 32px;
  left: calc(50% - 16px);
  /* margin-left: -16px; */
  bottom: 40px;
  z-index: 9999; }

.education-about-block {
  margin: 80px 0; }
  .education-about-block__left img {
    max-width: 100%; }
  .education-about-block__right {
    padding: 65px; }

@media screen and (max-width: 991px) {
  .education-about-block__right {
    padding: 25px; } }
    .education-about-block__right h3 {
      font-size: 28px;
      font-style: normal;
      font-stretch: normal;
      font-weight: 300;
      color: #153346; }
    .education-about-block__right p {
      color: #666565;
      font-size: 14px;
      font-weight: 300;
      text-align: left; }

.printers-filters .mobile-navigation {
  width: 100%;
  position: absolute;
  top: 265px; }

@media screen and (min-width: 768px) {
  .printers-filters .mobile-navigation {
    display: none; } }
  .printers-filters .mobile-navigation .prev {
    left: 0;
    border-right: 30px solid #1d9df5; }
  .printers-filters .mobile-navigation .next {
    right: 0;
    border-left: 30px solid #1d9df5; }
  .printers-filters .mobile-navigation span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent; }

.printers-filters .mobile-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .printers-filters .mobile-carousel > div {
    width: 33.33333%;
    padding: 0 10px; }

@media screen and (max-width: 767px) {
  .printers-filters .mobile-carousel > div {
    display: none;
    width: 100%; }
    .printers-filters .mobile-carousel > div.active {
      display: block; } }

@media screen and (max-width: 767px) {
  .printers-filters .printer-select-holder {
    border: none; } }

.printers-filters .printer-select-holder select {
  font-size: 22px;
  color: #163347;
  width: 100%; }

.printers-filters .printer-select-holder .select-item {
  width: 25%;
  float: left;
  padding: 0 10px;
  position: relative; }
  .printers-filters .printer-select-holder .select-item.selected .jcf-select-text {
    color: #163347;
    font-weight: bold; }

@media screen and (max-width: 991px) {
  .printers-filters .printer-select-holder .select-item {
    width: 245px !important; } }

@media screen and (max-width: 767px) {
  .printers-filters .printer-select-holder .select-item {
    width: 100% !important; } }
  .printers-filters .printer-select-holder .select-item i {
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 18px;
    color: #1d9df5; }

.printers-filters .filter-description {
  font-size: 18px;
  color: #929292;
  font-weight: bold;
  padding-top: 20px; }

@media screen and (max-width: 767px) {
  .printers-filters .filter-description {
    padding-bottom: 10px;
    border-bottom: 2px solid #163347;
    margin-bottom: 15px; } }

.printers-filters .printer-select-holder .jcf-select,
.printers-filters .printer-select-holder input.search-bar {
  color: #929292;
  border: 2px solid #1d9df5;
  height: 39px;
  width: 100%; }

.printers-filters .printer-select-holder input.search-bar {
  padding: 0 28px 0 8px;
  color: #163347 !important;
  font-weight: bold; }
  .printers-filters .printer-select-holder input.search-bar::-webkit-input-placeholder {
    color: #929292;
    font-size: 16px;
    font-weight: normal !important; }
  .printers-filters .printer-select-holder input.search-bar::-moz-placeholder {
    color: #929292;
    font-size: 16px;
    font-weight: normal !important; }
  .printers-filters .printer-select-holder input.search-bar:-ms-input-placeholder {
    color: #929292;
    font-size: 16px;
    font-weight: normal !important; }
  .printers-filters .printer-select-holder input.search-bar::placeholder {
    color: #929292;
    font-size: 16px;
    font-weight: normal !important; }

.printers-filters .printer-select-holder .jcf-select-text {
  line-height: 35px;
  font-size: 16px; }

.printers-filters .printer-select-holder .jcf-select-opener {
  background-color: inherit; }
  .printers-filters .printer-select-holder .jcf-select-opener:after {
    content: "";
    position: absolute;
    top: 11px;
    width: 9px;
    height: 9px;
    right: 12px;
    border-right: 2px solid #929292;
    border-bottom: 2px solid #929292;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg); }

.printers-filters .printers-group {
  margin: 40px 0; }
  .printers-filters .printers-group__description h2 {
    font-size: 28px;
    color: #163347;
    margin: 35px 0; }
    .printers-filters .printers-group__description h2 span {
      padding-bottom: 15px;
      font-weight: 300;
      border-bottom: 2px solid #163347; }
  .printers-filters .printers-group__description p {
    color: #666565;
    font-size: 13px;
    margin-bottom: 20px; }

.printers-filters .printer-item {
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .printers-filters .printer-item__image {
    text-align: center;
    padding: 0 40px; } }
  .printers-filters .printer-item img {
    max-width: 100%; }
  .printers-filters .printer-item__description {
    padding: 15px 0; }
    .printers-filters .printer-item__description-long {
      display: none; }
    .printers-filters .printer-item__description a.see-more {
      color: #0096c6;
      font-weight: bold;
      font-size: 14px;
      line-height: 22px;
      display: block;
      margin-bottom: 0; }
    .printers-filters .printer-item__description p {
      color: #666565;
      font-size: 13px; }

.recycling > div {
  margin-bottom: 40px; }

.recycling h2 {
  font-size: 42px;
  color: #042f4c;
  font-weight: bold;
  margin-bottom: 25px; }

.recycling .recycleQuestion h3 {
  font-size: 18px;
  color: #21aae6; }

.recycling .recycleQuestion p {
  line-height: 20px;
  font-weight: 400; }

.recycling .ctaButton {
  margin-left: 15px; }

.recycling .recyclingIntro {
  margin-bottom: 40px; }
  .recycling .recyclingIntro p {
    font-size: 18px;
    color: #666565; }

.recycling .registration-form {
  width: 100%;
  top: 50px;
  margin-bottom: 80px; }
  .recycling .registration-form h2 {
    font-size: 28px;
    color: #1f1f47;
    font-weight: bold; }
  .recycling .registration-form .shippingDetails,
  .recycling .registration-form .addressDetails {
    margin-bottom: 30px; }
    .recycling .registration-form .shippingDetails p,
    .recycling .registration-form .addressDetails p {
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 400;
      color: #1f1f47; }
    .recycling .registration-form .shippingDetails h3,
    .recycling .registration-form .addressDetails h3 {
      font-size: 18px;
      font-weight: bold;
      color: #1f1f47;
      margin: 0; }
    .recycling .registration-form .shippingDetails a.stepSwitcher,
    .recycling .registration-form .addressDetails a.stepSwitcher {
      font-weight: bold;
      font-size: 16px;
      font-style: italic;
      cursor: pointer; }
  .recycling .registration-form .checkboxRow {
    position: relative; }
    .recycling .registration-form .checkboxRow input {
      position: absolute;
      top: 0px;
      margin-top: 0; }
    .recycling .registration-form .checkboxRow label {
      font-size: 12px;
      line-height: 14px;
      color: #78787a;
      margin-left: 20px;
      font-weight: normal; }
  .recycling .registration-form .formControllRow a.btn {
    margin-right: 15px;
    float: right;
    min-width: 90px; }
  .recycling .registration-form .formControllRow label {
    font-weight: 500;
    font-size: 14px;
    color: #1d9df5; }
  .recycling .registration-form .formControllRow input {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    width: 100%;
    outline: none;
    height: 40px;
    padding: 5px 10px;
    color: #163347;
    font-weight: bold; }
    .recycling .registration-form .formControllRow input::-webkit-input-placeholder {
      color: #afafb0;
      font-weight: normal; }
    .recycling .registration-form .formControllRow input::-moz-placeholder {
      color: #afafb0;
      font-weight: normal; }
    .recycling .registration-form .formControllRow input:-ms-input-placeholder {
      color: #afafb0;
      font-weight: normal; }
    .recycling .registration-form .formControllRow input::placeholder {
      color: #afafb0;
      font-weight: normal; }
  .recycling .registration-form .formControllRow .jcf-select {
    width: 100%;
    min-height: 40px;
    border-color: #e1e1e1; }
    .recycling .registration-form .formControllRow .jcf-select .jcf-select-text {
      line-height: 40px;
      font-size: 16px;
      color: #afafb0; }
    .recycling .registration-form .formControllRow .jcf-select .jcf-select-opener {
      background-color: white; }
      .recycling .registration-form .formControllRow .jcf-select .jcf-select-opener:after, .recycling .registration-form .formControllRow .jcf-select .jcf-select-opener:before {
        top: 14px;
        left: 5px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .recycling .registration-form .formControllRow .jcf-select .jcf-select-opener:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #afafb0;
        border-width: 8px;
        margin-left: -8px; }
      .recycling .registration-form .formControllRow .jcf-select .jcf-select-opener:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: #afafb0;
        border-width: 9px;
        margin-left: -9px; }

.recycling .shippingInstruction-row {
  padding-left: 30px;
  position: relative; }
  .recycling .shippingInstruction-row ul {
    padding-left: 15px; }
  .recycling .shippingInstruction-row p {
    padding-left: 0; }
  .recycling .shippingInstruction-row p, .recycling .shippingInstruction-row ul {
    font-size: 14px;
    color: #1f1f47;
    font-weight: 400;
    line-height: 22px; }
  .recycling .shippingInstruction-row span {
    font-size: 30px;
    color: #163347;
    position: absolute;
    top: -5px;
    left: 0; }

@media screen and (min-width: 769px) {
  .recycling .education-about-block__left {
    text-align: right; } }

@media screen and (max-width: 768px) {
  .recycling .education-about-block__left {
    text-align: center; } }

.recycling .search-results h2 {
  margin-bottom: 70px; }

.search-results {
  position: relative;
  margin-top: 35px; }
  .search-results .printer-item {
    margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .search-results .printer-item__image {
    text-align: center; }
  .search-results .printer-item__description {
    text-align: center; } }
    .search-results .printer-item img {
      max-width: 100%; }
    .search-results .printer-item__description {
      padding: 15px 0; }
      .search-results .printer-item__description-long {
        display: none; }
      .search-results .printer-item__description a.see-more {
        color: #0096c6;
        font-weight: bold;
        font-size: 14px;
        line-height: 22px;
        display: block;
        margin-bottom: 0; }
      .search-results .printer-item__description p {
        color: #666565;
        font-size: 13px; }
  .search-results.list-view .row > div {
    width: 100%; }
  .search-results.list-view .mobile-carousel > div {
    display: block !important; }
  .search-results.list-view .mobile-navigation {
    display: none; }
  .search-results.list-view .printer-item {
    font-size: 0; }
    .search-results.list-view .printer-item div {
      display: inline-block;
      vertical-align: top; }
    .search-results.list-view .printer-item__image {
      width: 20%;
      margin-right: 4%; }

@media screen and (max-width: 767px) {
  .search-results.list-view .printer-item__image {
    display: none !important; } }
    .search-results.list-view .printer-item__description {
      width: 76%; }

@media screen and (max-width: 767px) {
  .search-results.list-view .printer-item__description {
    width: 100%; } }
      .search-results.list-view .printer-item__description-short {
        display: none; }
      .search-results.list-view .printer-item__description-long {
        display: block;
        font-size: 16px;
        color: #666565; }
  .search-results h2 {
    font-size: 28px;
    color: #163347;
    margin-bottom: 35px; }
    .search-results h2 span {
      padding-bottom: 15px;
      border-bottom: 2px solid #163347; }
  .search-results .result-moduls {
    margin: 15px 0;
    font-size: 0; }
    .search-results .result-moduls > div {
      display: inline-block;
      width: 50%; }

@media screen and (max-width: 767px) {
  .search-results .result-moduls > div {
    width: 100%; } }
    .search-results .result-moduls .result-tags span {
      font-size: 22px;
      color: #666565; }
    .search-results .result-moduls .view-select {
      text-align: right; }

@media screen and (max-width: 767px) {
  .search-results .result-moduls .view-select {
    text-align: left;
    margin: 20px 0; } }
      .search-results .result-moduls .view-select span {
        cursor: pointer;
        width: 50px;
        text-align: center;
        border: 2px solid #1d9df5;
        display: inline-block;
        padding: 5px 0;
        background-color: white; }
        .search-results .result-moduls .view-select span:last-child {
          border-left: 0; }
        .search-results .result-moduls .view-select span.active {
          background-color: #e1e1e1; }
        .search-results .result-moduls .view-select span i {
          font-size: 20px;
          color: #163347; }

@media screen and (max-width: 767px) {
  .start-printer-select > .printers-group__description,
  .start-printer-select > .printers-group__items {
    display: none; } }

span.jcf-option-selectedValue {
  color: #163347;
  font-weight: bold; }

.contactsList {
  padding: 40px 0; }
  .contactsList__bottom-description {
    text-align: center; }
  .contactsList h2 {
    color: #153346;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px; }
    .contactsList h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background-color: #163347;
      width: 139px; }
  .contactsList p {
    color: #666565;
    font-size: 14px; }
  .contactsList__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -10px; }

@media screen and (max-width: 767px) {
  .contactsList__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; } }
    .contactsList__row > div {
      width: 25%;
      margin: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }

@media screen and (max-width: 767px) {
  .contactsList__row > div {
    width: 100%;
    margin: 0; } }
      .contactsList__row > div > p {
        color: #666565;
        text-align: center;
        padding: 20px 10px;
        margin-top: 20px; }

@media screen and (max-width: 767px) {
  .contactsList__row > div > p {
    padding: 20px 30px; } }
  .contactsList__item {
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    min-height: 256px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
            transition: 0.3s all ease;
    position: relative; }

@media screen and (min-width: 768px) {
  .contactsList__item:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); } }
    .contactsList__item.active {
      -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease;
      background-color: #00A1E0; }
      .contactsList__item.active p {
        color: white; }

@media screen and (max-width: 991px) {
  .contactsList__item.active:after {
    left: 7px !important; } }

@media screen and (min-width: 768px) {
  .contactsList__item.active:after {
    content: "";
    display: block;
    border-left: 80px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #00a1e0;
    bottom: -29px;
    position: absolute;
    left: 30px; } }

@media screen and (max-width: 991px) {
  .contactsList__item {
    min-height: 220px; } }
    .contactsList__item-image img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .contactsList__item-image {
    max-height: 135px;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .contactsList__item-description {
    padding: 25px 0; } }
    .contactsList__item-description img {
      display: block;
      height: 40px;
      margin: 20px auto; }

@media screen and (max-width: 767px) {
  .contactsList__item-description img {
    display: none; } }
    .contactsList__item-description p {
      color: #153346;
      font-weight: 500;
      text-align: center;
      width: 100px;
      margin: auto;
      text-transform: uppercase; }

.formBack {
  padding-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 14px; }
  .formBack:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px; }

.contactsForm {
  padding: 40px 0; }
  .contactsForm h2 {
    color: #153346;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px; }
    .contactsForm h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background-color: #163347;
      width: 139px; }
  .contactsForm textarea {
    width: 100%;
    padding: 15px;
    height: 190px; }
  .contactsForm .form-control {
    width: 100%;
    border-radius: 0;
    min-height: 50px;
    margin: 5px 0; }
  .contactsForm .formControllRow {
    margin: 5px 0; }
    .contactsForm .formControllRow .jcf-select {
      width: 100%;
      min-height: 50px;
      border: 1px solid #ccc;
      font-size: 14px;
      margin-bottom: 0; }
    .contactsForm .formControllRow .jcf-select-text {
      line-height: 50px;
      font-size: 14px;
      color: #999;
      margin: 0 15px; }
    .contactsForm .formControllRow .jcf-select-opener {
      background-color: transparent; }
      .contactsForm .formControllRow .jcf-select-opener:after {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 10px;
        top: 50%;
        margin-top: -8px; }

.borderedLeft {
  border-left: 1px solid grey;
  padding-left: 40px; }

@media screen and (max-width: 767px) {
  .borderedLeft {
    padding: 20px 20px 20px 40px; } }
  .borderedLeft p {
    font-size: 20px; }

.singIn p {
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .singIn p {
    margin-bottom: 20px; } }

/* Location page styles */
.location-headquarter,
.location-reqion {
  padding: 40px 0px; }
  .location-headquarter h2,
  .location-reqion h2 {
    color: #153346;
    font-size: 28px;
    line-height: 33px;
    font-weight: 300;
    margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .location-headquarter h2,
  .location-reqion h2 {
    margin-bottom: 15px; } }
    .location-headquarter h2 i,
    .location-reqion h2 i {
      padding-right: 10px; }

.location-reqion {
  background-color: #f0f2f3; }
  .location-reqion__subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #153346;
    position: relative;
    padding: 10px 15px; }
    .location-reqion__subtitle:before {
      position: absolute;
      content: '';
      bottom: 0;
      left: 15px;
      width: 40px;
      height: 1px;
      background-color: #153346; }
  .location-reqion .card--regional {
    background-color: transparent;
    box-shadow: none; }
    .location-reqion .card--regional:hover {
      box-shadow: none; }
  .location-reqion .panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); }
    .location-reqion .panel-default > .panel-heading {
      background-color: #fff;
      border: 0;
      padding: 0; }
      .location-reqion .panel-default > .panel-heading .panel-title {
        padding: 15px; }
        .location-reqion .panel-default > .panel-heading .panel-title > a {
          display: block;
          position: relative;
          font-size: 24px;
          font-weight: 300;
          text-decoration: none; }
          .location-reqion .panel-default > .panel-heading .panel-title > a.collapsed i {
            -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                    transform: rotate(0deg); }
          .location-reqion .panel-default > .panel-heading .panel-title > a i {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
            margin-top: -12.5px; }

.location-map #map {
  width: 100%;
  height: 660px; }

@media screen and (max-width: 767px) {
  .location-map #map {
    height: 400px; } }

.location-tooltip {
  display: none;
  position: absolute; }
  .location-tooltip__close {
    position: absolute;
    left: 15px;
    top: -20px;
    z-index: 1; }
  @media all and (max-width: 768px) {
    .location-tooltip {
      left: 10px !important; } }
  .location-tooltip--visible {
    display: block; }
  .location-tooltip .card {
    width: 300px;
    background-color: #fff !important;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2) !important; }
    @media all and (max-width: 768px) {
      .location-tooltip .card {
        max-width: 300px;
        width: 100%; } }
    .location-tooltip .card:before {
      width: 100%;
      height: 0;
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      border-bottom: 30px solid #fff;
      border-right: 45px solid transparent;
      -webkit-filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.2)); }
    .location-tooltip .card:after {
      width: 100%;
      height: 0;
      content: "";
      position: absolute;
      top: auto;
      right: 0;
      border-top: 30px solid #fff;
      border-left: 45px solid transparent;
      -webkit-filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.2)); }
    .location-tooltip .card .card__content h3 {
      position: relative;
      padding-bottom: 10px; }
      .location-tooltip .card .card__content h3:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background-color: #ededed; }

.card {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1); }
  .card:hover {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3); }
  .card:after {
    clear: both;
    display: block;
    content: ''; }
  .card > a {
    display: block; }
    .card > a:after {
      clear: both;
      display: block;
      content: ''; }
  .card.card--headquarter .card__image {
    float: left;
    width: 195px;
    height: 195px; }
    @media all and (max-width: 450px) {
      .card.card--headquarter .card__image {
        width: 100%; } }
    .card.card--headquarter .card__image img {
      max-width: 100%; }
  .card.card--headquarter .card__content {
    width: calc(100% - 195px);
    padding: 15px;
    float: left; }
    @media all and (max-width: 450px) {
      .card.card--headquarter .card__content {
        width: 100%; } }
    .card.card--headquarter .card__content h3 {
      color: #153346;
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 12px; }
    .card.card--headquarter .card__content .card__address {
      color: #122636;
      font-size: 14px;
      font-weight: 500; }
    .card.card--headquarter .card__content .card__contacts {
      padding-left: 0; }
      .card.card--headquarter .card__content .card__contacts li {
        list-style-type: none;
        font-size: 14px;
        color: #666565; }
        .card.card--headquarter .card__content .card__contacts li > i {
          margin-right: 8px; }
  .card.card--regional .card__content {
    width: 100%;
    padding: 15px; }
    .card.card--regional .card__content h3 {
      color: #153346;
      font-family: "Roboto", sans-serif;
      font-size: 28px;
      font-weight: 300;
      margin-bottom: 12px; }
    .card.card--regional .card__content .card__region {
      color: #1f92c2;
      font-size: 14px;
      font-weight: 500; }
    .card.card--regional .card__content .card__address {
      color: #122636;
      font-size: 14px;
      font-weight: 500; }
    .card.card--regional .card__content .card__contacts {
      padding-left: 0; }
      .card.card--regional .card__content .card__contacts li {
        list-style-type: none;
        font-size: 14px;
        color: #666565; }
        .card.card--regional .card__content .card__contacts li > i {
          margin-right: 8px; }
    .card.card--regional .card__content .card__link {
      font-size: 14px;
      font-weight: 500;
      color: #1f92c2;
      position: relative; }
      .card.card--regional .card__content .card__link:after {
        content: '\e900';
        font-family: 'icomoon';
        font-size: 10px;
        margin-left: 4px; }
      .card.card--regional .card__content .card__link:hover {
        text-shadow: 0 0 1px #1f92c2; }

/* contact form fix */
.registration-form--contact {
  width: 100%;
  top: 0;
  margin-bottom: 0;
  padding: 0;
  float: none;
  background-color: transparent; }
  .registration-form--contact .mktoForm .mktoFormCol .mktoFieldWrap input,
  .registration-form--contact .mktoForm .mktoFormCol .mktoFieldWrap select {
    background-color: #fff; }
    .registration-form--contact .mktoForm .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder,
    .registration-form--contact .mktoForm .mktoFormCol .mktoFieldWrap select::-webkit-input-placeholder {
      color: #999; }
  .registration-form--contact:before, .registration-form--contact:after {
    width: 0;
    border: 0;
    background-color: transparent; }

main .connectBlock h2 {
  color: #153346; }
  main .connectBlock h2:after {
    background-color: #153346; }

footer .connectBlock h2 {
  color: white; }
  footer .connectBlock h2:after {
    background-color: white; }

.connectBlock {
  text-align: center;
  padding: 60px 0 90px; }

@media screen and (max-width: 767px) {
  .connectBlock {
    padding: 40px 0 60px; } }
  .connectBlock h2 {
    color: initial;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    font-size: 28px;
    line-height: 34px; }
    .connectBlock h2:after {
      width: 45px;
      height: 2px;
      background-color: white;
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .connectBlock a.btn {
    font-size: 16px; }

#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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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 {
    -webkit-transition: opacity 0.3s linear;
            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-phone:before {
  content: "\e942"; }

.icon-envelop:before {
  content: "\e945"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-automotive {
  font-size: 2.4em !important; }

.icon-fonts, .navigation-links a.has-drop-down-a:after,
.language-switcher a.has-drop-down-a:after, a.see-more:after, .education-latest-resources__item-about h4: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 40px 0 22px; }
  .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;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: bold; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0 0;
  z-index: 4; }

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%;
  /*&:before,
	&:after {
		content: "";
		position: absolute;
		z-index: 5;	
	}
	&:before {
		border: 20px solid transparent;
		border-right: 25px solid $white;
		bottom: 2px;
		right: -16px;
		transform: rotate(44deg);
	}
	&:after {
		@include size(24px,999px);
		bottom: 20px;
		right: -23px;
		background: $white;
		display: block;
		box-shadow: 1px -1px 1px rgba($black,.1);
	}*/ }
  .jcf-list:after {
    content: "";
    position: absolute;
    box-shadow: 0 0 10px 0 #AAA;
    -webkit-transform: perspective(300px) rotateX(30deg);
    transform: perspective(158px) rotateX(-30deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    height: 18px;
    width: 97%;
    left: 0px;
    bottom: -17px;
    background-color: white; }

@media screen and (max-width: 767px) {
  .jcf-list:after {
    box-shadow: none; } }

.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 22px;
  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-list {
  width: 100%; }
  .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
    box-shadow: -5px 0 5px -5px #AAA, 5px 0 5px -5px #AAA;
    /* box-shadow: 25px 0px 25px -25px rgba(0,0,0,0.45), inset -25px 0px 25px -25px rgba(0,0,0,0.45); */
    position: relative;
    background-color: white;
    z-index: 9999; }

.jcf-select-drop-content {
  overflow: visible !important; }

.jcf-select-industries-select .jcf-select-text, .jcf-select-solutions-select .jcf-select-text {
  color: #fff; }

.jcf-select-industries-select .jcf-list:after, .jcf-select-solutions-select .jcf-list:after {
  height: 30px;
  width: 96%;
  left: 0px;
  bottom: -28px;
  box-shadow: 0 0 20px 0 #AAA;
  -webkit-transform: perspective(180px) rotateX(30deg);
  transform: perspective(180px) rotateX(-30deg); }

/* common custom form elements styles */
/*# sourceMappingURL=main.css.map */