@charset "UTF-8";/*

1. BOOTSTRAP

2. BLOCKS
3. ELEMENTS

*/html {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,a {
  font-family: "Source Sans Pro", sans-serif;
}

a:hover,a:active,a:focus {
  color: #F78621;
  text-decoration: none;
}

a,.btn--home {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

body {
  font-size: 1rem;
}

/* HEADER *//* ************************************ *//* ************************************ */
.page-header__home {
  margin: 0;
  background: #e7e7e4;
  background: -webkit-linear-gradient(top, #e7e7e4 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e4), to(white));
  background: -o-linear-gradient(top, #e7e7e4 0%, white 100%);
  background: linear-gradient(to bottom, #e7e7e4 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e4', endColorstr='#ffffff',GradientType=0 );
  border-bottom: 5px solid #59647E;
  padding-bottom: 9px;
}

.top-bar {
  text-align: right;
}

.top-bar__item {
  display: inline-block;
  padding-left: 1.5rem;
}

.top-bar-lng {
  list-style: none;
  padding: 0;
}

.top-bar-lng__item {
  display: inline-block;
  border-left: 1px solid rgba(89, 100, 126, 0.5);
}

.top-bar-lng__item--first {
  border-left: 0;
}

.top-bar-lng__item--active .top-bar-lng__link {
  color: #F78621;
  font-weight: 700;
}

.top-bar-login__link,.top-bar-lng__link {
  display: inline-block;
  padding: .3rem;
  color: #59647E;
}

.main-header {
  position: relative;
  overflow: hidden;
}

.main-header__container {
  display: block;
  width: 100%;
}

.main-header__brand {
  display: table;
  width: 100%;
}

.main-header__nav {
  display: block;
  width: 100%;
}

.brand__pict {
  display: table-cell;
  padding: 0 15px;
}

.brand__img {
  height: 80px;
}

.brand__nav-hamburger {
  display: table-cell;
  padding: 0 15px;
  text-align: right;
}

.hamburger {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 30px;
  background: none;
  border: 0;
  outline: 0;
}

.hamburger:hover {
	background: none;
}

.hamburger__icon {
  top: 0;
}

.hamburger__icon,.hamburger__icon:before,.hamburger__icon:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F78621;
  border-radius: 0;
}

.hamburger__icon:before,.hamburger__icon:after {
  content: '';
}

.hamburger__icon:before {
  top: 8px;
}

.hamburger__icon:after {
  top: 16px;
}

.nav {
  padding-top: 2rem;
}

.nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.nav__list-item {
  position: relative;
}

.nav__list-item:before {
  content: '';
  display: block;
  position: absolute;
  right: -1000px;
  left: -1000px;
  border-top: 1px solid #59647E;
}

.nav__list--sub-list .nav__list-item {
  padding-left: 1.5em;
}

.nav__list-item--active .nav__link {
  color: #F78621;
}

.nav__link {
  display: block;
  padding: .75rem 1rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #59647E;
  -webkit-transition: .3s ease color;
  -o-transition: .3s ease color;
  transition: .3s ease color;
}

.nav--collapse .nav__list {
  display: none;
}/* FOOTER *//* ************************************ *//* ************************************ */.main-footer__top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #D7DAE0;
}

.main-footer__top,.main-footer__top a {
  color: #59647E;
}

.main-footer__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.125rem;
  background: #7C8697;
}

.main-footer__bottom,.main-footer__bottom a {
  color: #FFF;
}

.bottom-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #59647E;
}

.bottom-bar,.bottom-bar a {
  color: #B6BBC5;
}

.main-footer__top a,.main-footer__bottom a,.bottom-bar a {
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.main-footer__top a:hover,.main-footer__bottom a:hover,.bottom-bar a:hover {
  color: #F78621;
  text-decoration: none;
}/* SPACINGS *//* ************************************ *//* ************************************ */.home-video__form,.home-video__jumbo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-services {
  margin-bottom: 60px;
}

.home-intro {
  margin-bottom: 60px;
}

.home-intro__text {
  margin-bottom: 50px;
}

.pr--5 {
  padding-right: 5px;
}

.pl--5 {
  padding-left: 5px;
}

.mr--5 {
  margin-right: 5px;
}

.ml--5 {
  margin-left: 5px;
}/* ELEMENTS *//* ************************************ *//* ************************************ */.icon--right-space {
  margin-right: .25rem;
}

a.btn--home {
    text-decoration: none;
    color: #FFF;
}

.btn--home {
  padding: 8px 20px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
}

.btn--primary {
  background: #F78621;
  color: #FFF;
}

.btn--primary:hover,.btn--primary:active,.btn--primary:focus {
  background: #59647E;
  color: #FFF;
}

.btn--secondary {
  background: #7C8697;
  color: #FFF;
}

.btn--secondary:hover,.btn--secondary:active,.btn--secondary:focus {
  background: #F78621;
  color: #FFF;
}

.btn--hover-white:hover,.btn--hover-white:active,.btn--hover-white:focus {
  background: #FFF;
  color: #F78621;
}/* Typographic elements */.list-icons {
  padding-left: 1em;
}

.list-icons--carret {
  list-style: none;
}

.list-icons--carret .list-icons__item {
  position: relative;
  padding-bottom: .25em;
}

.list-icons--carret .list-icons__item:before {
  content: "\203A";
  position: absolute;
  top: -.25em;
  left: -1em;
}

.list-social__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: .5;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.list-social__link:hover {
  opacity: 1;
}

.main-footer__bottom .list-social__link {
  background: #FFF;
  color: #7C8697;
}

.footer-title {
  position: relative;
  margin-bottom: 1rem;
}

.footer-title:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
}

.footer-title--overlined {
  padding-top: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-title--overlined:before {
  height: 3px;
  top: 0;
  background: #F78621;
}

.footer-title--underlined {
  padding-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer-title--underlined:before {
  height: 1px;
  bottom: 0;
  background: #D7DAE0;
}

.title-line {
  position: relative;
  padding: 20px;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
}

.title-line__text {
  position: relative;
  z-index: 15;
  background: #FFF;
  padding: 0 20px;
}

.title-line:after {
  content: '';
  display: block;
  position: absolute;
  width: 570px;
  z-index: 5;
  border-top: 1px solid #F78621;
  top: 50%;
  left: 50%;
  margin-left: -285px;
}/* Forms elements */.form--choice .form-inner {
  background: rgba(89, 100, 126, 0.7);
  padding: 30px 20px 10px 20px;
}

.form-tab {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.form-tab-group {
  display: block;
  line-height: 0;
}

.form-tab [type="radio"]:not(:checked),.form-tab [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.form-tab [type="radio"]:not(:checked) + label,.form-tab [type="radio"]:checked + label {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #59647E;
  background-color: #FFF;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.form-tab [type="radio"]:not(:checked) + label span,.form-tab [type="radio"]:checked + label span {
  white-space: nowrap;
}

.form-tab [type="radio"]:checked + label {
  color: #FFF;
  background: rgba(89, 100, 126, 0.7);
}

.form-select {
  position: relative;
}

.form-select__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  height: 20px;
  pointer-events: none;
  color: #F78621;
}

.form-select .form-control {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  background: #FFF;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-input .form-control {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
      height: auto;
}

.form-input--iconed {
  position: relative;
}

.form-input--iconed .form-control {
  padding-left: 30px;
}

.form-input__icon {
  position: absolute;
  margin-left: 9px;
  height: 40px;
  color: #F78621;
}

.form-check {
  display: table-cell;
  position: relative;
  overflow: hidden;
  background: #FFF;
  border-right: 1px solid #59647E;
  border-left: 1px solid #59647E;
}

.form-check--first {
  border-left: 0;
}

.form-check--last {
  border-right: 0;
}

.form-check-group {
  display: table;
  width: 100%;
}

.form-check [type="radio"]:not(:checked),.form-check [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.form-check [type="radio"]:not(:checked) + label,.form-check [type="radio"]:checked + label {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #59647E;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.form-check [type="radio"]:not(:checked) + label span,.form-check [type="radio"]:checked + label span {
  white-space: nowrap;
}

.form-check [type="radio"]:checked + label {
  color: #FFF;
  background: #F78621;
}/* List service */.list-service {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-service__item {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 15px;
  width: 280px;
}

.list-service__title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background: #F78621;
}

.list-service__title span {
  font-weight: 300;
}

.list-service__title:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid #F78621;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.list-service__arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.list-service__img {
  width: 100%;
}/* Home page *//* ************************************ *//* ************************************ */.home-video {
  position: relative;
  overflow: hidden;
}

.home-video__iframe-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.home-video__sound {
  position: absolute;
  z-index: 100;
}

.home-video__iframe {
  position: absolute;
  z-index: 25;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.home-video__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.home-video__content {
  position: relative;
  z-index: 50;
}

.jumbo__title,.jumbo__lead {
  background: rgba(89, 100, 126, 0.7);
  color: #FFF;
}

.jumbo__title {
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 40px;
}

.jumbo__lead {
  padding: 15px 20px;
  margin-bottom: 30px;
}

.jumbo__list {
  padding: 0 0 0 25px;
  list-style-type: none;
}

.jumbo__list-item {
  position: relative;
  margin: 0 0 15px 0;
}

.jumbo__list-item--last {
  margin-bottom: 0;
}

.jumbo__list-item:before {
  content: '';
  display: block;
  position: absolute;
  top: .85em;
  left: -20px;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background: #F78621;
}

.jumbo__list-title {
  margin: 0;
  font-size: 28px;
}/* MODIFIERS *//* ************************************ *//* ************************************ */.color--white {
  color: #FFF;
}

a.color--white {
  color: #FFF;
}

a.color--white:hover,a.color--white:focus,a.color--white:active {
  color: #F78621;
}

@media (min-width: 768px) {
  .home-video__form,.home-video__jumbo {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .home-video__iframe-wrapper {
    display: block;
    width: 160%;
    height: 100%;
    top: 0;
    left: -30%;
  }
}

@media (min-width: 800px) {
  .list-service__item {
    width: 250px;
  }
}

@media (min-width: 992px) {
  .main-header {
    overflow: visible;
  }

  .main-header__container {
    display: table;
  }

  .main-header__brand {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }

  .main-header__nav {
    display: table-cell;
    width: auto;
    text-align: right;
    vertical-align: bottom;
  }

  .brand__pict {
    display: block;
  }

  /*.brand__img {
    height: 100px;
  }*/
  .brand__img {
  	height: 115px;    
    position: absolute;
    margin-top: -75px;
  }

  .brand__nav-hamburger {
    display: none;
  }

  .nav__list-item {
    display: inline-block;
  }

  .nav__list-item:before {
    display: none;
  }

  .nav__list--sub-list {
    display: block;
    visibility: hidden;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 110%;
    background: #59647E;
    opacity: 0;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }

  .nav__list-item:hover .nav__list--sub-list {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }

  .nav__list--sub-list .nav__list-item {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid #B6BBC5;
  }

  .nav__list--sub-list .nav__list-item:first-child {
    border-top: 0;
  }

  .nav__list--sub-list .nav__link {
    color: #FFF;
    padding: 1rem 1rem;
  }

  .nav__list--sub-list .nav__link:hover {
    color: #F78621;
  }

  .nav__link {
    padding: .75rem .25rem;
    font-size: 1rem;
  }

  .nav--collapse .nav__list {
    display: block;
  }
}

@media (min-width: 1200px) {
  .nav__link {
    padding: .75rem .5rem;
    font-size: 1.125rem;
  }

  .home-video__iframe-wrapper {
    top: -15%;
  }
}

@media (min-width: 1600px) {
  .list-service__item {
    width: 280px;
  }
}

@media (max-width: 740px) {
  	.nav {
    	padding-top: 0rem;
	}

	.brand__img { 
    	padding-top: 5px;
	}
}

.ffi-form-input__input {
	padding-left: 10px !important;
}

.mrl {
	margin-right: 15px;	
}

.mll {
	margin-left: 15px;
	
}

.nowrap {
    white-space: nowrap;
}

.jumbo__button {
line-height: 3em;

}
.top-bar {
	background-color: transparent;
}

@media (min-width: 992px) {  
  li.item-253.nav__list-item {   
      display: none !important;
    }
}