/* line 1, ../sass/layout.scss */
.wrapper > .row.container {
  padding: 20px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/layout.scss */
img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* a more robust approach on clearfixin' */
/* line 18, ../sass/layout.scss */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

/* line 23, ../sass/layout.scss */
.cf:after {
  clear: both;
}

/* line 26, ../sass/layout.scss */
.cf {
  zoom: 1;
}

/*headers*/
/* line 32, ../sass/layout.scss */
h2, h3, h4, h5, h6 {
  margin-top: 0;
}

/* line 37, ../sass/layout.scss */
header h2 {
  margin: 0;
}
/* line 40, ../sass/layout.scss */
header nav {
  width: 100%;
  float: left;
}

/*form style*/
/* line 49, ../sass/layout.scss */
form fieldset legend {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
/* line 59, ../sass/layout.scss */
form .counter .msg {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

/* line 67, ../sass/layout.scss */
.row {
  /*padding:5px 0px;*/
}
/* line 69, ../sass/layout.scss */
.row label {
  float: left;
  padding-left: 0px;
}
/* line 73, ../sass/layout.scss */
.row label.error {
  padding: 5px 5px 5px 35px;
  position: absolute;
  left: 102%;
  top: 25px;
  display: none;
}
/* line 82, ../sass/layout.scss */
.row.full label {
  width: 100%;
}
/* line 85, ../sass/layout.scss */
.row .input {
  float: left;
  padding-right: 0px;
}
/* line 88, ../sass/layout.scss */
.row .input.error {
  position: relative;
}
/* line 90, ../sass/layout.scss */
.row .input.error label.error {
  display: block;
  top: 35px;
  width: 110px;
}
/* line 97, ../sass/layout.scss */
.row.full .input {
  width: 100%;
}

/* line 107, ../sass/layout.scss */
.button {
  float: left;
}

/* line 112, ../sass/layout.scss */
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=number], input[type=date] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  width: 100%;
}

/* line 122, ../sass/layout.scss */
textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  width: 100%;
}

/* line 130, ../sass/layout.scss */
form .row textarea {
  min-height: 165px;
}

/* line 134, ../sass/layout.scss */
input[type=button], input[type=submit] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
}
/* line 142, ../sass/layout.scss */
form .row input[type=button], form .row input[type=submit] {
  min-width: 250px;
}

/* line 147, ../sass/layout.scss */
button {
  display: inline-block;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
}

/* line 157, ../sass/layout.scss */
label.ui-button {
  padding-left: 29px;
}

/*select custom*/
/* line 163, ../sass/layout.scss */
.ui-selectmenu-button {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 174, ../sass/layout.scss */
.ui-selectmenu-button span.ui-selectmenu-text {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* line 179, ../sass/layout.scss */
.ui-selectmenu-button span.ui-icon {
  width: 17px;
  height: 10px;
  top: 62%;
  right: 20px;
}

/* line 188, ../sass/layout.scss */
.ui-selectmenu-menu .ui-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
  overflow: inherit;
}
/* line 195, ../sass/layout.scss */
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  padding: 10px 15px;
  overflow: inherit;
}
/* line 198, ../sass/layout.scss */
.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-active, .ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
  margin: 0px;
}

/*link style*/
/* line 206, ../sass/layout.scss */
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  width: 100%;
  min-width: 240px;
  display: inline-block;
}
/* line 214, ../sass/layout.scss */
.btn.ico {
  padding: 4px 30px 4px 20px;
}
/* line 217, ../sass/layout.scss */
.btn.white {
  padding: 5px 30px;
}
/* line 220, ../sass/layout.scss */
.btn.small {
  padding: 5px 15px;
  min-width: inherit;
}

/*main menu*/
/* line 229, ../sass/layout.scss */
header nav .wrapper {
  padding: 0px;
  position: relative;
}
/* line 233, ../sass/layout.scss */
header nav ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}

@media all and (min-width: 946px) {
  header nav ul {

  }    
}

/* line 239, ../sass/layout.scss */
header nav .main-menu {
  float: left;
  width: 100%;
}
/* line 244, ../sass/layout.scss */
header nav ul > li {
  display: block;
  width: auto;
  min-width: 9%;
  max-width: 23%;
  float: left;
}
/* line 251, ../sass/layout.scss */
header nav ul li > a {
  display: block;
  padding: 2px 30px; 
}
/* line 254, ../sass/layout.scss */
header nav ul li > a span {
  height: 45px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 262, ../sass/layout.scss */
header nav .wrapper ul > li ul.submenu {
  display: none;
  width: auto;
}
/* line 267, ../sass/layout.scss */
header nav ul.submenu {
  position: absolute;
  z-index: 100;
  width: auto;
}
/* line 272, ../sass/layout.scss */
header nav ul.submenu2 {
  position: absolute;
  z-index: 100;
  width: auto;
  display: none;
}
/* line 280, ../sass/layout.scss */
header nav .wrapper ul > li ul.submenu li:hover ul.submenu2, header nav .wrapper ul > li:hover ul.submenu {
  display: block;
}
/* line 286, ../sass/layout.scss */
header nav ul.submenu > li {
  max-width: inherit;
  min-width: inherit;
  margin-left: -1px;
}
/* line 291, ../sass/layout.scss */
header nav ul.submenu li a {
  padding: 13px 10px;
}
/* line 294, ../sass/layout.scss */
header nav ul.submenu ul.submenu2 > li {
  display: block;
  float: none;
  max-width: inherit;
}
/* line 300, ../sass/layout.scss */
header nav ul.submenu2 li {
  margin-bottom: -1px;
}
/* line 303, ../sass/layout.scss */
header nav ul .back-menu {
  display: none;
}
/* line 307, ../sass/layout.scss */
header nav .menu-mobile {
  display: none;
  width: 100%;
  float: left;
}
/* line 311, ../sass/layout.scss */
header nav .menu-mobile li {
  width: 50%;
}
/* line 313, ../sass/layout.scss */
header nav .menu-mobile li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 50px;
}

/* line 328, ../sass/layout.scss */
.navegation.desktop-nav li:hover .submenu {
  display: block !important;
}

/*icons*/
/* line 334, ../sass/layout.scss */
.icons {
  width: 65px;
  height: 65px;
  display: inline-block;
}

/*icon*/
/* line 342, ../sass/layout.scss */
span.icon {
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 15px;
}

/******************************************************/
/************************ header **********************/
/******************************************************/
/* line 353, ../sass/layout.scss */
#container > header {
  padding-top: 10px;
  position: relative;
  z-index: 100;
  width: 100%;
}

/* line 360, ../sass/layout.scss */
/*.home #container > header {
  position: absolute;
}*/

/* line 365, ../sass/layout.scss */
#container > header > .wrapper > .row {
  padding: 10px 0px;
}
/* line 368, ../sass/layout.scss */
#container > header .logo {
  float: left;
  padding-top: 0px;
  padding-left: 15px;
  margin-top: -10px;
}
/* line 376, ../sass/layout.scss */
#container > header .search {
  float: right;
  padding-top: 10px;
  width: 36%;
  text-align: center;
  padding-right: 15px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 387, ../sass/layout.scss */
#container > header .search::after {
  clear: both;
}
/* line 390, ../sass/layout.scss */
#container > header .search form {
  display: inline-block;
  width: 60%;
  position: relative;
}
/* line 395, ../sass/layout.scss */
#container > header .search button {
  padding: 0px;
  width: auto;
  min-width: inherit;
  position: absolute;
  padding: 6px 8px;
  top: 1px;
  left: 1px;
}
/* line 403, ../sass/layout.scss */
#container > header .search input {
  padding: 9px 20px 9px 45px;
  font-size: 1.5em;
}
/* line 408, ../sass/layout.scss */
#container > header .emergency-call {
  float: right;
  overflow: hidden;
  position: relative;
  width: 34%;
  margin-top: 6px;
}
/* line 414, ../sass/layout.scss */
#container > header .emergency-call::after {
  clear: both;
}
/* line 417, ../sass/layout.scss */
#container > header .emergency-call .icon {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
}
/* line 423, ../sass/layout.scss */
#container > header .emergency-call .text {
  float: left;
  padding: 5px 10px;
}
/* line 427, ../sass/layout.scss */
#container > header .emergency-call .number {
  float: right;
  padding: 1px 14px;
}

/******************************************************/
/************************ content **********************/
/******************************************************/
/*banner*/
/* line 439, ../sass/layout.scss */
#main .banner {
  position: relative;
  overflow: hidden;
}

/* line 444, ../sass/layout.scss */
.banner #slider .slides, .flex-viewport {
  z-index: 0;
}

/* line 448, ../sass/layout.scss */
.flex-direction-nav {
  z-index: 10;
}

@media all and (min-width: 768px) {
  .flex-direction-nav > li:first-of-type {
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 460px;
    margin-top: 155px;
  }  
  .flex-direction-nav > li:last-of-type {
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 460px;
    margin-top: 155px;
  }  
}

/* line 453, ../sass/layout.scss */
.banner #slider .slides li {
  position: relative;
  text-align: center;
}
/* line 456, ../sass/layout.scss */
.banner #slider .slides li img {
  width: 100%;
  height: auto;
  max-width: 1500px;
}
/* line 462, ../sass/layout.scss */
.banner .content-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  text-align: left;
  padding: 0 100px;
}
/* line 469, ../sass/layout.scss */
.banner .content-slider .wrapper .slider-video-wrap {
  position: absolute;
  bottom: -3px;
  right: 0;
}
/* line 473, ../sass/layout.scss */
.banner .content-slider .wrapper .slider-video-wrap iframe {
  width: 866px;
  height: 460px;
}
/* line 479, ../sass/layout.scss */
.banner .content-slider.side-bar {
  /*z-index:20;*/
}
/* line 482, ../sass/layout.scss */
.banner .content-slider .side {
  position: absolute;
  height: 100%;
  z-index: 10;
  width: 40%;
  bottom: 0;
  padding-top: 65px;
}
/* line 489, ../sass/layout.scss */
.banner .content-slider .wrapper .side p {
  margin-top: 25%;
}
/* line 493, ../sass/layout.scss */
.banner .bar .wrapper {
  padding: 0px;
}
/* line 495, ../sass/layout.scss */
.banner .bar .wrapper .text h3 {
  margin: 0px;
}
/* line 500, ../sass/layout.scss */
.banner .content-slider .button {
  position: absolute;
  right: 0px;
  bottom: 112px;
  padding: 0px;
  text-align: right;
  z-index: 70;
}
/* line 507, ../sass/layout.scss */
.banner .content-slider .button a {
  display: inline-block;
  min-width: inherit;
  width: auto;
}
/* line 513, ../sass/layout.scss */
.banner .content-slider .bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 518, ../sass/layout.scss */
.banner .content-slider .wrapper {
  padding: 0px;
}
/* line 521, ../sass/layout.scss */
.banner .content-slider > .wrapper {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 100%;
}
/* line 528, ../sass/layout.scss */
.banner .bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  float: left;
}
/* line 534, ../sass/layout.scss */
.banner .bar .wrapper .box {
  padding: 10px 0px;
  float: right;
  width: 69%;
  line-height: 1.1;
}
/* line 540, ../sass/layout.scss */
.banner .bar .wrapper .col-1-3 {
  padding: 0px;
}
/* line 543, ../sass/layout.scss */
.banner .bar .wrapper .box .row .col-1-3:last-child {
  float: right;
  width: 30%;
}
/* line 546, ../sass/layout.scss */
.banner .bar .wrapper .box .row .col-1-3:last-child .icon {
  width: 37%;
}
/* line 549, ../sass/layout.scss */
.banner .bar .wrapper .box .row .col-1-3:last-child .text {
  width: 63%;
}
/* line 553, ../sass/layout.scss */
.banner .bar .wrapper a {
  display: block;
  width: 100%;
  float: left;
}
/* line 557, ../sass/layout.scss */
.banner .bar .wrapper a span.icon {
  margin: 0px;
  width: 33.3333333333%;
  height: auto;
}
/* line 561, ../sass/layout.scss */
.banner .bar .wrapper a span.icon .hide {
  display: none;
}
/* line 566, ../sass/layout.scss */
.banner .bar .wrapper a:hover span.icon .hide {
  display: inline-block;
}
/* line 569, ../sass/layout.scss */
.banner .bar .wrapper a:hover span.icon .show {
  display: none;
}
/* line 574, ../sass/layout.scss */
.banner .bar .wrapper .icon, .banner .bar .wrapper .text {
  padding: 0px 5px;
}
/* line 577, ../sass/layout.scss */
.banner .bar .wrapper .icon span.icon, .banner .bar .wrapper .box .row .col-1-3:last-child .icon span.icon {
  padding: 0px;
  margin: 0px;
  width: 80px;
  height: 80px;
  display: block;
}
/* line 584, ../sass/layout.scss */
.banner .bar .wrapper .text {
  float: none;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}
/* line 592, ../sass/layout.scss */
.banner .content-slider .box {
  float: right;
  width: 72%;
}

/* line 598, ../sass/layout.scss */
#slider {
  position: relative;
  width: 100%;
  clear: both;
  height: 285px;
  margin-top:24px;
}

#slider .flex-viewport, 
#slider .flex-viewport .slides,
#slider .flex-viewport .slides li{
  height:100%;
}

#slider .slides li .one_slide{
   width:100%; 
   height:100%; 
   display:block; 
   background-size:cover;
   background-position:right center;
}

/* line 606, ../sass/layout.scss */
#slider .slides li > div {
  display: none;
}

/* line 614, ../sass/layout.scss */
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {

  position: absolute;
  display: block;
  width: 50px;
  height: 85px;
  z-index: 1000;
}

#second_slider .flex-direction-nav .flex-prev, #second_slider .flex-direction-nav .flex-next{
  top:0;
  bottom:0;
  margin:auto;
}

#slider .flex-direction-nav .flex-prev, #slider .flex-direction-nav .flex-next{
    top:0;
  bottom:0;
  margin:auto;
}


#second_slider .slides li{
 height:100px;
 position:relative;
 border-right: 1px solid #ccc;
 
} 

#second_slider .slides img{
position:absolute;
top:0;
bottom:0;
margin:auto;
} 


/* line 624, ../sass/layout.scss */
#slider .flex-control-nav.flex-control-paging {
  display: none;
}

/* line 629, ../sass/layout.scss */
.flex-direction-nav .flex-prev {
    float: left;
    position: absolute;
    top: 40%;
    left: 50px;
}
/* line 632, ../sass/layout.scss */
.flex-direction-nav .flex-next {
    float: right;
    position: absolute;
    top: 40%;
    right: 50px;
}

/*Home Page*/
/*public sector*/
/* line 4, ../sass/layout-home.scss */
.public-sector .wrapper .container > header {
  width: 100%;
  float: left;
}
/* line 7, ../sass/layout-home.scss */
.public-sector .wrapper .container > header h2 {
  padding-left: 0px;
  padding-right: 140px;
}
/* line 11, ../sass/layout-home.scss */
.public-sector .wrapper .container > header .col-1-3 {
  padding-right: 0px;
  padding-left: 0;
  text-align: right;
}
/* line 16, ../sass/layout-home.scss */
.public-sector .wrapper .container > header .banner-phone {
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
}
/* line 20, ../sass/layout-home.scss */
.public-sector .wrapper .container > header .banner-phone a {
  font-size: 1em;
  color: #fff;
  font-family: 'Anton', sans-serif;
  text-decoration: none;
}
/* line 21, ../sass/layout-home.scss */
.public-sector .wrapper .container > header .banner-phone span.icon-phone {
  display: inline-block;
  padding-left: 35px;
  margin-left: 10px;
}
/* line 28, ../sass/layout-home.scss */
.public-sector .boxes {
  width: 100%;
  float: left;
}
/* line 32, ../sass/layout-home.scss */
.public-sector .boxes .box header {
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 15px;
  margin: -10px -15px 0px -15px;
  min-height: 90px;
}
/* line 39, ../sass/layout-home.scss */
.public-sector .boxes .box header h3 {
  padding: 0px;
  position: absolute;
  bottom: 5px;
  right: 0px;
  padding-bottom: 5px;
}
/* line 48, ../sass/layout-home.scss */
.public-sector .boxes .box > div, .public-sector .boxes .box > a > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}
/* line 57, ../sass/layout-home.scss */
.public-sector .boxes .box a div p {
  position: relative;
  overflow: hidden;
  max-height: 57px;
}
/* line 66, ../sass/layout-home.scss */
.public-sector .boxes article:first-child, .public-sector .boxes article.first {
  padding-left: 0px;
}
/* line 70, ../sass/layout-home.scss */
.public-sector .boxes article:last-child, .public-sector .boxes article.last {
  padding-right: 0px;
}

/*additional services*/
/* line 81, ../sass/layout-home.scss */
.other-services .row > .icon {
  padding-top: 0px;
}
/* line 84, ../sass/layout-home.scss */
.other-services .other-serv-content {
  margin-bottom: 10px;
}
/* line 85, ../sass/layout-home.scss */
.other-services .aditional-services {
  /*float:right;*/
  padding: 0px;
  padding-right: 15px;
  width: 68%;
}
/* line 91, ../sass/layout-home.scss */
.other-services .add-service {
  float: right;
  padding-right: 0px;
  position: relative;
}
/* line 97, ../sass/layout-home.scss */
.other-services .wrapper > .row.container {
  padding: 20px 10px;
}
/* line 100, ../sass/layout-home.scss */
.other-services .wrapper > .row .content p {
  margin: 0px;
  font-size: 1.7em;
}
/* line 105, ../sass/layout-home.scss */
.other-services .aditional-services article {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*&:last-child {
    margin-bottom: 10px;
  }*/
}
/* line 116, ../sass/layout-home.scss */
.other-services .aditional-services article.last {
  margin-bottom: 0;
}
/* line 117, ../sass/layout-home.scss */
.other-services .aditional-services article .icon {
  padding-top: 25px;
}
/* line 119, ../sass/layout-home.scss */
.other-services .aditional-services article .icon .hide {
  display: none;
}
/* line 124, ../sass/layout-home.scss */
.other-services .aditional-services article:hover .icon .show {
  display: none;
}
/* line 127, ../sass/layout-home.scss */
.other-services .aditional-services article:hover .icon .hide {
  display: inline-block;
}
/* line 134, ../sass/layout-home.scss */
.other-services .aditional-services article h3 {
  margin-bottom: 5px;
}
/* line 137, ../sass/layout-home.scss */
.other-services .aditional-services article .content {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 142, ../sass/layout-home.scss */
.other-services .aditional-services article .button a {
  display: block;
  width: 127px;
  position: absolute;
  top: 50%;
  margin: -2% 0 0 0;
  right: 2%;
}
/* line 150, ../sass/layout-home.scss */
.other-services .aditional-services article .content div {
  padding: 0px;
}
/* line 153, ../sass/layout-home.scss */
.other-services .aditional-services article p {
  margin: 0px;
}
/* line 156, ../sass/layout-home.scss */
.other-services .aditional-services article .content div.button {
  padding-left: 15px;
  padding-top: 5px;
}
/* line 160, ../sass/layout-home.scss */
.other-services .aditional-services article .button {
  padding-top: 7%;
}
/* line 164, ../sass/layout-home.scss */
.other-services .sidebar {
  padding: 0px;
  width: 30%;
  position: absolute;
  right: 0px;
  height: 96%;
}
/* line 170, ../sass/layout-home.scss */
.other-services .sidebar > div {
  width: 100%;
  float: left;
  background-color: #EFEFEF;
  border-left: #F8991D solid 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding:50px 15px;*/
  padding: 38px 15px;
  height: 100%;
}
/* line 182, ../sass/layout-home.scss */
.other-services .sidebar > div ul {
  margin: 0px;
  padding: 0px;
  /*padding-top:50px;*/
  float: left;
}
/* line 187, ../sass/layout-home.scss */
.other-services .sidebar > div ul li {
  /*padding:21px 0px*/
  padding: 0px;
}
/* line 191, ../sass/layout-home.scss */
.other-services .sidebar > div ul .icon {
  padding: 15px 0px;
  text-align: center;
}
/* line 194, ../sass/layout-home.scss */
.other-services .sidebar > div ul .icon span.icon {
  padding: 0px;
  width: 66px;
  height: 66px;
  display: block;
}
/* line 202, ../sass/layout-home.scss */
.other-services .sidebar > div ul .content h3, .other-services .sidebar > div ul .content p {
  margin: 0px;
}
/* line 208, ../sass/layout-home.scss */
.other-services .sidebar > div header h3, .other-services .sidebar > div header h2 {
  margin: 0px;
}
/* line 213, ../sass/layout-home.scss */
.other-services .sidebar > div ul .content {
  padding-top: 35px;
  display: table-cell;
  vertical-align: middle;
}
/* line 218, ../sass/layout-home.scss */
.other-services .sidebar > div ul li:first-child .content {
  padding-top: 25px;
}
/* line 221, ../sass/layout-home.scss */
.other-services .sidebar > div ul li .content.double {
  padding-top: 32px;
}
/* line 225, ../sass/layout-home.scss */
.other-services .sidebar > div ul .content h3, .other-services .sidebar > div ul .content p {
  display: block;
}

/*Priority*/
/* line 237, ../sass/layout-home.scss */
.priority .content {
  padding-left: 0px;
}
/* line 240, ../sass/layout-home.scss */
.priority article {
  padding: 15px 0px;
}
/* line 243, ../sass/layout-home.scss */
.priority .content .button {
  float: left;
  padding-top: 26px;
}
/* line 247, ../sass/layout-home.scss */
.priority h3 {
  margin-bottom: 7px;
}
/* line 250, ../sass/layout-home.scss */
.priority p {
  margin: 0px;
}
/* line 254, ../sass/layout-home.scss */
.priority .image > a {
  display: block;
}
/* line 255, ../sass/layout-home.scss */
.priority .image img {
  margin-bottom: 15px;
}
/* line 258, ../sass/layout-home.scss */
.priority .image .button {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  float: none;
}

/*About us page*/
/* line 1, ../sass/layout-about-us.scss */
.banner-page .wrapper {
  padding-bottom: 0px;
}

/* line 6, ../sass/layout-about-us.scss */
.nosotros .banner-page .matte {
  width: 40% !important;
}
/* line 7, ../sass/layout-about-us.scss */
.nosotros .submenu-sector .submenu-banner {
  margin-left: 12px;
}

/* line 10, ../sass/layout-about-us.scss */
nav.submenu-banner,
nav.submenu-page-mobile {
  clear: both;
  width: 100%;
  float: left;
}
/* line 16, ../sass/layout-about-us.scss */
nav.submenu-banner .dropdown,
nav.submenu-page-mobile .dropdown {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
/* line 30, ../sass/layout-about-us.scss */
nav.submenu-banner .dropdown .dropdown-text,
nav.submenu-page-mobile .dropdown .dropdown-text {
  display: block;
}
/* line 33, ../sass/layout-about-us.scss */
nav.submenu-banner .dropdown .dropdown-icon,
nav.submenu-page-mobile .dropdown .dropdown-icon {
  height: 10px;
  right: 20px;
  top: 39%;
  width: 17px;
  position: absolute;
}
/* line 41, ../sass/layout-about-us.scss */
nav.submenu-banner ul,
nav.submenu-page-mobile ul {
  margin: 0px;
  padding: 0 10px 0 0;
  line-height: 1.2;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
/* line 50, ../sass/layout-about-us.scss */
nav.submenu-banner ul li,
nav.submenu-page-mobile ul li {
  float: left;
  width: 15.5%;
  margin-left: 1%;
}
/* line 54, ../sass/layout-about-us.scss */
nav.submenu-banner ul li:first-child,
nav.submenu-page-mobile ul li:first-child {
  margin-left: 0%;
}
/* line 57, ../sass/layout-about-us.scss */
nav.submenu-banner ul li a,
nav.submenu-page-mobile ul li a {
  display: block;
  padding: 10px 10px;
  height: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 65, ../sass/layout-about-us.scss */
nav.submenu-banner ul li a.oneline,
nav.submenu-page-mobile ul li a.oneline {
  padding-top: 19px;
}

/* line 72, ../sass/layout-about-us.scss */
.bottom-page .col-2-3 {
  padding-top: 60px;
}
/* line 75, ../sass/layout-about-us.scss */
.bottom-page .col-1-3 {
  padding-left: 0px;
}
/* line 78, ../sass/layout-about-us.scss */
.bottom-page .text {
  padding-top: 3%;
}
/* line 84, ../sass/layout-about-us.scss */
.bottom-page .text a:hover .icon .img-normal {
  display: none;
}
/* line 87, ../sass/layout-about-us.scss */
.bottom-page .text a:hover .icon .img-hover {
  display: block;
}
/* line 93, ../sass/layout-about-us.scss */
.bottom-page .text a .icon .img-normal {
  display: block;
}
/* line 96, ../sass/layout-about-us.scss */
.bottom-page .text a .icon .img-hover {
  display: none;
}
/* line 102, ../sass/layout-about-us.scss */
.bottom-page .icon {
  padding: 0px;
  width: 12%;
}

/* line 108, ../sass/layout-about-us.scss */
.submenu-page-mobile {
  display: none;
}

/*.submenu-page-mobile {
  float: left;
  width: 100%;
  display: none;
  ul {
    padding: 0px;
    margin: 0px;
    li {
      display: block;
      width: 100%;
      a {
        display: block;
        width: 100%;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }
      &.current {
        display: none;
      }
    }
  }
}*/
/* line 138, ../sass/layout-about-us.scss */
.about-us-page .wrapper > .row.container:last-child {
  padding-bottom: 10px;
}
/* line 139, ../sass/layout-about-us.scss */
.about-us-page .wrapper > .row.container p {
  margin-bottom: 10px;
}
/* line 142, ../sass/layout-about-us.scss */
.about-us-page .wrapper > .row.container h3 {
  margin: 10px 0;
}
/* line 147, ../sass/layout-about-us.scss */
.about-us-page .bottom-page h3 {
  font-size: 2.6em;
}
/* line 150, ../sass/layout-about-us.scss */
.about-us-page .bottom-page .text {
  padding-top: 1%;
}

/*NOTISALUD page*/
/* line 3, ../sass/layout-notisalud.scss */
.banner-page .newsletter > h3, .banner-page .newsletter p {
  margin: 0px;
}
/* line 7, ../sass/layout-notisalud.scss */
.banner-page .wrapper {
  padding-top: 0px;
}

/* line 12, ../sass/layout-notisalud.scss */
.notisalud-page .banner-page .wrapper, .notisalud-detail-page .banner-page .wrapper {
  padding-top: 0px;
}

/* line 16, ../sass/layout-notisalud.scss */
.banner-page .text, .notisalud-page .banner-page .text, .notisalud-detail-page .banner-page .text {
  padding: 10px 20px 20px 10px;
  width: 40%;
}

/* line 22, ../sass/layout-notisalud.scss */
.banner-page .newsletter header h3 {
  margin-bottom: 5px;
}
/* line 25, ../sass/layout-notisalud.scss */
.banner-page .newsletter .row .input {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 0px;
}
/* line 29, ../sass/layout-notisalud.scss */
.banner-page .newsletter .row .input.col-1-2 {
  width: 60%;
}
/* line 32, ../sass/layout-notisalud.scss */
.banner-page .newsletter .row .input.button {
  padding-left: 10px;
}
/* line 34, ../sass/layout-notisalud.scss */
.banner-page .newsletter .row .input.button.col-1-2 {
  width: 40%;
}

/* line 43, ../sass/layout-notisalud.scss */
.notisalud-page input[type="button"], .notisalud-page input[type="submit"] {
  min-width: inherit;
  padding: 9px 20px;
}
/* line 48, ../sass/layout-notisalud.scss */
.notisalud-page button {
  min-width: inherit;
}

/* line 53, ../sass/layout-notisalud.scss */
.banner-page .newsletter {
  padding: 45px 15px 45px 30px;
}
/* line 57, ../sass/layout-notisalud.scss */
.banner-page .newsletter > .row > h3 {
  width: 66%;
}

/* line 64, ../sass/layout-notisalud.scss */
.notisalud-page .wrapper > .row.container {
  padding: 20px 10px;
}
/* line 67, ../sass/layout-notisalud.scss */
.notisalud-page article {
  float: left;
  width: 100%;
  padding: 20px 30px;
  margin: 0px -20px;
}
/* line 73, ../sass/layout-notisalud.scss */
.notisalud-page .wrapper .container > form {
  display: block;
  width: 100%;
  float: left;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 84, ../sass/layout-notisalud.scss */
.notisalud-page .wrapper .container > form label {
  width: 10%;
  padding: 24px 15px 20px 0px;
}
/* line 88, ../sass/layout-notisalud.scss */
.notisalud-page .wrapper .container > form .select-box {
  padding-left: 0px;
}
/* line 93, ../sass/layout-notisalud.scss */
.notisalud-page article header {
  float: left;
  width: 100%;
}
/* line 96, ../sass/layout-notisalud.scss */
.notisalud-page article header h3 {
  margin: 0px;
  padding-left: 0px;
  padding-top: 0px;
}
/* line 101, ../sass/layout-notisalud.scss */
.notisalud-page article header .meta-date {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 8px;
}
/* line 108, ../sass/layout-notisalud.scss */
.notisalud-page article .image {
  padding: 0px;
}
/* line 112, ../sass/layout-notisalud.scss */
.notisalud-page .box-list .image a {
  display: block;
  position: relative;
  width: 100%;
}
/* line 118, ../sass/layout-notisalud.scss */
.notisalud-page article .text {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 122, ../sass/layout-notisalud.scss */
.notisalud-page article p {
  clear: both;
}

/*NOTISALUD Detail page*/
/* line 3, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .wrapper > .row.container {
  padding: 20px 10px;
}
/* line 6, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .wrapper .container > header {
  padding: 0px;
}
/* line 8, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .wrapper .container > header h2 {
  padding-left: 0px;
}
/* line 12, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .wrapper .content, .notisalud-detail-page .wrapper article:first-child {
  padding-left: 0px;
}
/* line 15, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .wrapper .content {
  padding-top: 0px;
  padding-bottom: 10px;
}
/* line 20, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
/* line 25, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .meta-author {
  padding: 15px 0px;
}
/* line 29, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .button {
  width: 100%;
  text-align: center;
}
/* line 33, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .button a.btn {
  min-width: inherit;
  width: auto;
  padding: 10px 15px;
  font-size: 1.5em;
}
/* line 40, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media {
  text-align: center;
  padding: 10px 0px;
}
/* line 43, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media li {
  display: inline;
  margin: 0px 2px;
}
/* line 46, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media li a {
  display: inline-block;
}
/* line 48, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media li a .icon {
  width: 58px;
  height: 58px;
  display: block;
  margin-right: 0px;
  position: relative;
}
/* line 55, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media li a .icon .stButton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 64, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .sidebar .social-media li a .icon .stButton .stLarge {
  background-image: none !important;
  visibility: hidden;
}
/* line 75, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .readers .image {
  margin-bottom: 15px;
}
/* line 78, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .readers article {
  padding-left: 0px;
}
/* line 81, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .readers a {
  display: block;
  min-height: 283px;
}
/* line 85, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .readers a .image span.hover-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 99, ../sass/layout-notisalud-details.scss */
.notisalud-page .box-list .image a span.hover-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 110, ../sass/layout-notisalud-details.scss */
.notisalud-detail-page .readers a:hover .image span.hover-img, .notisalud-page .box-list .image a:hover span.hover-img {
  display: block;
}

/*Other services page*/
/* line 4, ../sass/layout-other-services.scss */
.other-services-page .banner-page .wrapper div.col-1-3 {
  padding: 40px 15px 40px 0px;
  width: 50%;
}
/* line 10, ../sass/layout-other-services.scss */
.other-services-page .banner-page header h1 {
  line-height: 100%;
}
/* line 12, ../sass/layout-other-services.scss */
.other-services-page .banner-page header h1 span {
  display: block;
}
/* line 18, ../sass/layout-other-services.scss */
.other-services-page .row.container {
  padding-left: 0;
  padding-right: 0;
}
/* line 22, ../sass/layout-other-services.scss */
.other-services-page .container .services article.even {
  padding-left: 0px;
  clear: left;
}
/* line 26, ../sass/layout-other-services.scss */
.other-services-page .container .services article.odd {
  padding-right: 0px;
}
/* line 29, ../sass/layout-other-services.scss */
.other-services-page .container .services article header {
  margin-bottom: 30px;
}
/* line 33, ../sass/layout-other-services.scss */
.other-services-page .container .services article .info .image {
 // padding-bottom: 20px;
}
/* line 35, ../sass/layout-other-services.scss */
.other-services-page .container .services article .info .image a {
  display: block;
  position: relative;
  max-width: 100%;
}
/* line 39, ../sass/layout-other-services.scss */
.other-services-page .container .services article .info .image a img {
  max-width: 100%;
}
/* line 42, ../sass/layout-other-services.scss */
.other-services-page .container .services article .info .image a span.hover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 54, ../sass/layout-other-services.scss */
.other-services-page .container .services article .info h3 {
  margin-bottom: 15px;
}

/*Contact Page*/
/* line 2, ../sass/layout-contact.scss */
.contact-us-page nav.submenu-banner, .contact-us-page nav.submenu-page-mobile {
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 8, ../sass/layout-contact.scss */
.contact-us-page .wrapper > .row.container {
  padding: 20px 0px;
}
/* line 12, ../sass/layout-contact.scss */
.contact-us-page .box-list h3 {
  margin: 0px;
}
/* line 14, ../sass/layout-contact.scss */
.contact-us-page .box-list h3 img {
  margin-right: 10px;
}
/* line 17, ../sass/layout-contact.scss */
.contact-us-page .box-list h3.double {
  padding-top: 7px;
}
/* line 19, ../sass/layout-contact.scss */
.contact-us-page .box-list h3.double img {
  float: left;
  margin-top: -7px;
}
/* line 25, ../sass/layout-contact.scss */
.contact-us-page .box-list a.phone {
  float: none;
}
/* line 29, ../sass/layout-contact.scss */
.contact-us-page .box-list .chat .col-3-4 {
  padding-top: 15px;
}
/* line 32, ../sass/layout-contact.scss */
.contact-us-page .box-list .chat .button {
  padding-top: 10px;
}
/* line 36, ../sass/layout-contact.scss */
.contact-us-page .box-list .contact .form-sector,
.contact-us-page .box-list .col-3-4 {
  padding-top: 30px;
}
/* line 40, ../sass/layout-contact.scss */
.contact-us-page .box-list .call-us .col-3-4 div {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 50px;
}
/* line 46, ../sass/layout-contact.scss */
.contact-us-page .form-sector {
  padding-bottom: 0px;
}
/* line 48, ../sass/layout-contact.scss */
.contact-us-page .form-sector .input {
  width: 100%;
}
/* line 51, ../sass/layout-contact.scss */
.contact-us-page .form-sector .row {
  padding: 5px 0px;
}
/* line 53, ../sass/layout-contact.scss */
.contact-us-page .form-sector .row label {
  padding-bottom: 5px;
}
/* line 56, ../sass/layout-contact.scss */
.contact-us-page .form-sector .row .button {
  text-align: center;
}
/* line 58, ../sass/layout-contact.scss */
.contact-us-page .form-sector .row .button .btn {
  width: auto;
}
/* line 64, ../sass/layout-contact.scss */
.contact-us-page .box {
  float: left;
  width: 100%;
}
/* line 69, ../sass/layout-contact.scss */
.contact-us-page .box .text .icon {
  width: 25%;
  height: 80px;
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px;
}
/* line 77, ../sass/layout-contact.scss */
.contact-us-page .box .text .icon .img-hover {
  display: none;
}
/* line 83, ../sass/layout-contact.scss */
.contact-us-page .box .text:hover .icon .img-hover {
  display: block;
}
/* line 86, ../sass/layout-contact.scss */
.contact-us-page .box .text:hover .icon .img-normal {
  display: none;
}
/* line 91, ../sass/layout-contact.scss */
.contact-us-page .box .text .content2 {
  padding-top: 5px;
}

/*Work Us page*/
/* line 3, ../sass/layout-work-us.scss */
.work-us-page .banner-page h1 {
  margin-top: 0px;
}
/* line 6, ../sass/layout-work-us.scss */
.work-us-page .banner-page h1 span {
  display: block;
}
/* line 10, ../sass/layout-work-us.scss */
.work-us-page .banner-page .text {
  padding: 30px 10px;
}
/* line 14, ../sass/layout-work-us.scss */
.work-us-page nav.submenu-banner ul,
.work-us-page nav.submenu-page-mobile ul {
  padding: 0px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 21, ../sass/layout-work-us.scss */
.work-us-page nav.submenu-banner ul li,
.work-us-page nav.submenu-page-mobile ul li {
  padding-left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  padding-bottom: 0px;
  max-width: 18.1%;
  margin-left: 0.4%;
}
/* line 35, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .row.container {
  padding: 20px 10px 20px 10px;
}
/* line 38, ../sass/layout-work-us.scss */
.work-us-page .wrapper.background {
  float: left;
  width: 100%;
  max-width: 100%;
}
/* line 44, ../sass/layout-work-us.scss */
.work-us-page .wrapper.background .row.container {
  max-width: 1170px;
  margin: 0px auto;
  float: none;
}
/* line 54, ../sass/layout-work-us.scss */
.work-us-page .wrapper .search-sector-page .side header h2 {
  margin-top: -2px;
}
/* line 55, ../sass/layout-work-us.scss */
.work-us-page .wrapper .search-sector-page .side .text .button a {
  margin-top: 30px !important;
}
/* line 57, ../sass/layout-work-us.scss */
.work-us-page .wrapper .search-sector-page .col-1-2 {
  padding-bottom: 0 !important;
  min-height: initial !important;
}
/* line 59, ../sass/layout-work-us.scss */
.work-us-page .wrapper ul {
  padding: 0px;
  width: 100%;
}
/* line 62, ../sass/layout-work-us.scss */
.work-us-page .wrapper ul li {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 5px;
}
/* line 72, ../sass/layout-work-us.scss */
.work-us-page .wrapper .col-1-2 {
  padding-left: 0px;
}
/* line 74, ../sass/layout-work-us.scss */
.work-us-page .wrapper .col-1-2 li {
  width: 50%;
  float: left;
}
/* line 78, ../sass/layout-work-us.scss */
.work-us-page .wrapper .col-1-2.button {
  text-align: right;
  padding-top: 40px;
}
/* line 81, ../sass/layout-work-us.scss */
.work-us-page .wrapper .col-1-2.button .btn {
  width: auto;
  min-width: 300px;
}
/* line 89, ../sass/layout-work-us.scss */
.work-us-page .wrapper .position-single {
  position: relative;
}
/* line 91, ../sass/layout-work-us.scss */
.work-us-page .wrapper .position-single .btn {
  position: absolute;
  bottom: 30px;
  right: 0;
}
/* line 98, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector.row.container {
  padding: 20px 10px 20px 10px;
}
/* line 101, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 {
  float: right;
  min-height: 205px;
  max-width: 545px;
  padding-top: 0px;
  padding-bottom: 15px;
}
/* line 108, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2.content-text, .work-us-page .wrapper > .work-sector .col-1-2.search-sector {
  float: left;
}
/* line 114, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 header h2 {
  margin-bottom: 10px;
}
/* line 120, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2.content-text header h2 {
  margin-bottom: 20px;
}
/* line 123, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2.content-text header h4 {
  margin-bottom: 10px;
}
/* line 127, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2.content-text p {
  margin-top: 5px;
  text-align: justify;
}
/* line 134, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2.search-sector header h2 {
  margin-bottom: 35px;
}
/* line 139, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 ul {
  float: none;
}
/* line 141, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 ul li {
  width: 100%;
  float: none;
}
/* line 147, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 .text .button {
  width: auto;
  text-align: center;
}
/* line 150, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 .text .button .btn {
  width: auto;
  display: inline-block;
  min-width: 235px;
}
/* line 155, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 .text .button .btn span {
  vertical-align: calc(-4px);
  margin-right: 7px;
}
/* line 160, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .col-1-2 .text .button a {
  display: block;
}
/* line 169, ../sass/layout-work-us.scss */
.work-us-page .wrapper > .work-sector .search-sector-page .side .image,
.work-us-page .wrapper > .work-sector .search-sector-page .side .text {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*Work position page*/
/* line 4, ../sass/layout-work-position.scss */
.work-position-page .banner-page.title .text {
  padding: 15px 20px 15px 10px;
  width: 50%;
}
/* line 8, ../sass/layout-work-position.scss */
.work-position-page .banner-page.title .text h1 {
  margin: 0px;
}
/* line 15, ../sass/layout-work-position.scss */
.work-position-page .wrapper > .row.container {
  padding: 20px 10px;
}
/* line 18, ../sass/layout-work-position.scss */
.work-position-page .wrapper h2 {
  margin-bottom: 20px;
}
/* line 21, ../sass/layout-work-position.scss */
.work-position-page .wrapper ul {
  padding: 0px;
}
/* line 23, ../sass/layout-work-position.scss */
.work-position-page .wrapper ul li {
  padding: 0px 0px 15px 15px;
}
/* line 27, ../sass/layout-work-position.scss */
.work-position-page .wrapper .col-2-3 {
  padding-left: 0px;
  width: 735px;
}
/* line 31, ../sass/layout-work-position.scss */
.work-position-page .wrapper .side {
  width: 385px;
  float: right;
  padding-left: 40px;
  padding-right: 0px;
}
/* line 36, ../sass/layout-work-position.scss */
.work-position-page .wrapper .side h2 {
  margin-bottom: 15px;
}
/* line 39, ../sass/layout-work-position.scss */
.work-position-page .wrapper .side p {
  margin-bottom: 20px;
}
/* line 44, ../sass/layout-work-position.scss */
.work-position-page p {
  margin-top: 0px;
}
/* line 47, ../sass/layout-work-position.scss */
.work-position-page .background1 {
  width: 100%;
  float: left;
}
/* line 50, ../sass/layout-work-position.scss */
.work-position-page .background1 .side {
  padding-top: 57px;
}
/* line 53, ../sass/layout-work-position.scss */
.work-position-page .background1 .button {
  margin-top: 30px;
}
/* line 55, ../sass/layout-work-position.scss */
.work-position-page .background1 .button .btn {
  padding: 5px 30px;
}
/* line 58, ../sass/layout-work-position.scss */
.work-position-page .background1 .button .back {
  display: none;
}

/* line 66, ../sass/layout-work-position.scss */
.work-position-page ul.social-media {
  text-align: left;
  padding: 10px 0px;
  margin: 0px;
}
/* line 70, ../sass/layout-work-position.scss */
.work-position-page ul.social-media li {
  display: inline;
  margin: 0px 20px 0px 0px;
  padding: 0px;
}
/* line 74, ../sass/layout-work-position.scss */
.work-position-page ul.social-media li a {
  display: inline-block;
}
/* line 76, ../sass/layout-work-position.scss */
.work-position-page ul.social-media li a .icon {
  width: 58px;
  height: 58px;
  display: block;
  margin-right: 0px;
  position: relative;
}
/* line 83, ../sass/layout-work-position.scss */
.work-position-page ul.social-media li a .icon .stButton {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 92, ../sass/layout-work-position.scss */
.work-position-page ul.social-media li a .icon .stButton .stLarge {
  background-image: none !important;
  visibility: hidden;
}

/*Thanks page*/
/* line 2, ../sass/layout-thanks.scss */
.thanks-page .wrapper > .row.container {
  padding: 30px 10px;
}
/* line 6, ../sass/layout-thanks.scss */
.thanks-page header h1 {
  margin: 0px;
  margin-bottom: 5px;
}
/* line 9, ../sass/layout-thanks.scss */
.thanks-page header h1 span {
  display: block;
  font-size: 0.6667em;
  font-weight: 300;
}
/* line 15, ../sass/layout-thanks.scss */
.thanks-page header h4 {
  margin: 0px;
  margin-bottom: 15px;
}
/* line 20, ../sass/layout-thanks.scss */
.thanks-page p {
  margin: 15px 0px;
}
/* line 23, ../sass/layout-thanks.scss */
.thanks-page h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}
/* line 27, ../sass/layout-thanks.scss */
.thanks-page .services {
  float: left;
  width: 100%;
}
/* line 30, ../sass/layout-thanks.scss */
.thanks-page .services .col-1-3 {
  padding-bottom: 0px;
}
/* line 33, ../sass/layout-thanks.scss */
.thanks-page .services .new1 {
  padding-left: 0px;
  padding-right: 30px;
}
/* line 37, ../sass/layout-thanks.scss */
.thanks-page .services .new3 {
  padding-right: 0px;
  padding-left: 30px;
}
/* line 41, ../sass/layout-thanks.scss */
.thanks-page .services h3 {
  margin: 10px 0 5px;
}
/* line 44, ../sass/layout-thanks.scss */
.thanks-page .services p {
  margin: 0 0 10px;
}
/* line 48, ../sass/layout-thanks.scss */
.thanks-page .background1 {
  background-color: #ECECEC;
}
/* line 50, ../sass/layout-thanks.scss */
.thanks-page .background1 h2 {
  font-size: 2.4em;
  color: #F8991D;
}

/* line 57, ../sass/layout-thanks.scss */
.thanks-page .image {
  position: relative;
}
/* line 60, ../sass/layout-thanks.scss */
.thanks-page .image a span.hover-img {
  box-sizing: border-box;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 68, ../sass/layout-thanks.scss */
.thanks-page .image a:hover span.hover-img {
  display: block;
}

/*Application page*/
/* line 4, ../sass/layout-application.scss */
.application-page .banner-page.title .text {
  padding: 25px 20px 25px 10px;
  width: 50%;
}
/* line 8, ../sass/layout-application.scss */
.application-page .banner-page.title .text h1 {
  margin: 0px;
}
/* line 15, ../sass/layout-application.scss */
.application-page .wrapper > .row.container {
  padding: 30px 10px;
}
/* line 20, ../sass/layout-application.scss */
.application-page .wrapper form fieldset legend {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
}
/* line 30, ../sass/layout-application.scss */
.application-page .wrapper form .sex .input {
  margin-top: 9px;
}
/* line 33, ../sass/layout-application.scss */
.application-page .wrapper form .sex .input.error div.error {
  padding-left: 15px;
}
/* line 39, ../sass/layout-application.scss */
.application-page .wrapper form label.ui-button {
  padding-right: 29px;
  padding-left: 0px;
}
/* line 43, ../sass/layout-application.scss */
.application-page .wrapper form label.ui-button span.ui-button-text {
  padding: 0.5em 1em;
}
/* line 46, ../sass/layout-application.scss */
.application-page .wrapper form label.ui-button.radio-button {
  margin-top: 4px;
}
/* line 50, ../sass/layout-application.scss */
.application-page .wrapper form .button {
  text-align: right;
  width: 100%;
}
/* line 53, ../sass/layout-application.scss */
.application-page .wrapper form .button input[type=submit] {
  padding: 10px 20px;
  min-width: 210px;
}
/* line 59, ../sass/layout-application.scss */
.application-page .wrapper form .counter .msg {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;
}

/*Application page*/
/* line 4, ../sass/layout-landingpage.scss */
.landing #container > header.internal {
  position: absolute;
}

/* line 11, ../sass/layout-landingpage.scss */
.landing-page header h2 {
  text-align: left;
  margin-bottom: 15px;
}
/* line 19, ../sass/layout-landingpage.scss */
.landing-page .banner .content-slider .wrapper .side p {
  margin-top: 15%;
  font-weight: 400;
}

/* line 27, ../sass/layout-landingpage.scss */
.landing-page .banner .content-slider.side-button .wrapper .button {
  right: 10px;
}
/* line 38, ../sass/layout-landingpage.scss */
.landing-page .banner .bar .wrapper .box .row .col-1-3:last-child {
  width: 33.3333333333333333333333%;
}
/* line 48, ../sass/layout-landingpage.scss */
.landing-page .wrapper > .row.container {
  padding: 23px 10px;
}
/* line 52, ../sass/layout-landingpage.scss */
.landing-page .wrapper header h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 3.5em;
}
/* line 57, ../sass/layout-landingpage.scss */
.landing-page .wrapper header h4 {
  margin: 0;
  font-size: 2.2em;
}
/* line 63, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .image {
  padding-left: 0px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 68, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .image img {
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}
/* line 74, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .text {
  padding: 0px;
}
/* line 76, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .text p {
  margin: 0 0 1em;
}
/* line 81, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .col-1-4.image {
  width: 15%;
}
/* line 82, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .col-3-4.text {
  width: 85%;
}
/* line 84, ../sass/layout-landingpage.scss */
.landing-page .wrapper article footer p {
  margin: 0px;
}
/* line 88, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .button {
  display: block;
  float: left;
  width: 100%;
}
/* line 92, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .button .btn {
  width: auto;
  font-size: 1.6em;
}
/* line 95, ../sass/layout-landingpage.scss */
.landing-page .wrapper article .button .btn .icon {
  vertical-align: calc(-4px);
}
/* line 102, ../sass/layout-landingpage.scss */
.landing-page .background2,
.landing-page .background1 {
  float: left;
  width: 100%;
}
/* line 110, ../sass/layout-landingpage.scss */
.landing-page .background1 .wrapper article .image {
  padding-right: 0px;
  padding-left: 30px;
  float: right;
  text-align: right;
}
/* line 116, ../sass/layout-landingpage.scss */
.landing-page .background1 .wrapper article .text {
  padding-left: 0px;
}
/* line 120, ../sass/layout-landingpage.scss */
.landing-page .background1 .wrapper article .button .btn {
  width: auto;
}
/* line 127, ../sass/layout-landingpage.scss */
.landing-page .cotizador-container {
  padding-top: 0 !important;
}

/*Application page*/
/* line 2, ../sass/layout-plan-details.scss */
.plan-detail-page .background1,
.plan-detail-page .choose-option,
.plan-detail-page .contact-number {
  float: left;
  width: 100%;
}
/* line 10, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .text {
  padding: 30px 20px 35px 10px;
}
/* line 12, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .text h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
/* line 16, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .text p {
  margin-top: 0px;
}
/* line 20, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .text .button .btn {
  padding: 5px 40px 5px 30px;
}
/* line 22, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .text .button .btn .icon {
  vertical-align: calc(-4px);
}
/* line 28, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .submenu-sector {
  box-sizing: border-box;
  padding-left: 10px;
}
/* line 31, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .submenu-sector h3 {
  display: none;
}
/* line 36, ../sass/layout-plan-details.scss */
.plan-detail-page .banner-page .wrapper .submenu-sector nav.submenu-banner ul li a.oneline {
  padding-top: 19px;
}
/* line 46, ../sass/layout-plan-details.scss */
.plan-detail-page nav.submenu-banner ul li a,
.plan-detail-page nav.submenu-page-mobile ul li a {
  padding: 10px 25px;
}
/* line 53, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper > .row.container {
  padding: 15px 10px;
}
/* line 58, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article .article-bt {
  display: none;
}
/* line 59, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article .tab-title {
  display: none;
}
/* line 60, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article.art-l, .plan-detail-page .wrapper .detail-list article.art-r {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 15px;
  max-width: 535px;
}
/* line 70, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article.art-r {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}
/* line 75, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article p {
  margin: 15px 0px;
}
/* line 78, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article ul {
  margin: 0px;
  padding: 0px;
}
/* line 81, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article ul li {
  padding-left: 20px;
}
/* line 83, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article ul li h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}
/* line 87, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article ul li p {
  margin-top: 0px;
}
/* line 92, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article .button {
  display: none;
  width: 100%;
  text-align: center;
  padding: 20px 0px 35px 0px;
}
/* line 97, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list article .button .btn {
  width: auto;
}
/* line 102, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .images {
  float: left;
  width: 100%;
}
/* line 105, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .images .imgl,
.plan-detail-page .wrapper .detail-list .images .imgr {
  max-width: 535px;
  padding-left: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
}
/* line 112, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .images .imgr {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}
/* line 117, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .images .button {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 35px;
}
/* line 122, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .images .button .btn {
  width: auto;
}
/* line 127, ../sass/layout-plan-details.scss */
.plan-detail-page .wrapper .detail-list .button {
  clear: both;
  float: none;
  width: 240px;
  margin: 10px auto;
}

/* line 140, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes,
.faq-page .choose-option .row .boxes {
  float: left;
  width: 100%;
}
/* line 144, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article:first-child, .plan-detail-page .choose-option .row .boxes article.first,
.faq-page .choose-option .row .boxes article:first-child,
.faq-page .choose-option .row .boxes article.first {
  padding-left: 0px;
}
/* line 148, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article:last-child, .plan-detail-page .choose-option .row .boxes article.last,
.faq-page .choose-option .row .boxes article:last-child,
.faq-page .choose-option .row .boxes article.last {
  padding-right: 0px;
}
/* line 153, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a,
.faq-page .choose-option .row .boxes article a {
  display: block;
}
/* line 155, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a > div,
.faq-page .choose-option .row .boxes article a > div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px;
}
/* line 166, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a > div header,
.faq-page .choose-option .row .boxes article a > div header {
  float: left;
  margin: -10px -15px 0;
  min-height: 90px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
/* line 174, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a > div header .icon,
.faq-page .choose-option .row .boxes article a > div header .icon {
  text-align: center;
}
/* line 177, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a > div header h3,
.faq-page .choose-option .row .boxes article a > div header h3 {
  bottom: 5px;
  padding: 0px 0px 5px 0px;
  position: absolute;
  right: 0;
}
/* line 184, ../sass/layout-plan-details.scss */
.plan-detail-page .choose-option .row .boxes article a > div p,
.faq-page .choose-option .row .boxes article a > div p {
  clear: both;
  position: relative;
  overflow: hidden;
  max-height: 57px;
}

/* line 201, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number header h3,
.plan-detail-page .contact-number header h2,
.faq-page .contact-number header h3,
.faq-page .contact-number header h2 {
  margin: 0px;
}
/* line 206, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts,
.faq-page .contact-number .contacts {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 213, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li,
.faq-page .contact-number .contacts li {
  display: inline;
  padding: 0px;
}
/* line 216, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a,
.faq-page .contact-number .contacts li a {
  display: inline-block;
}
/* line 221, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a:hover .icon span.icon .img-normal,
.faq-page .contact-number .contacts li a:hover .icon span.icon .img-normal {
  display: none;
}
/* line 224, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a:hover .icon span.icon .img-hover,
.faq-page .contact-number .contacts li a:hover .icon span.icon .img-hover {
  display: block;
}
/* line 230, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .icon,
.faq-page .contact-number .contacts li a .icon {
  padding: 15px 0px 0px 0px;
  text-align: center;
}
/* line 234, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .icon span.icon,
.faq-page .contact-number .contacts li a .icon span.icon {
  display: block;
  height: 66px;
  padding: 0;
  width: 66px;
}
/* line 243, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .icon span.icon .img-hover,
.faq-page .contact-number .contacts li a .icon span.icon .img-hover {
  display: none;
}
/* line 249, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .content,
.faq-page .contact-number .contacts li a .content {
  display: table-cell;
  padding-top: 35px;
  vertical-align: middle;
}
/* line 254, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .content h3,
.faq-page .contact-number .contacts li a .content h3 {
  margin: 0px;
}
/* line 257, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a .content p,
.faq-page .contact-number .contacts li a .content p {
  margin: 0;
}
/* line 264, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a.double .col-1-3.icon,
.faq-page .contact-number .contacts li a.double .col-1-3.icon {
  max-width: 70px;
}
/* line 268, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li a.double .content,
.faq-page .contact-number .contacts li a.double .content {
  text-align: left;
  padding-top: 28px;
}
/* line 283, ../sass/layout-plan-details.scss */
.plan-detail-page .contact-number .contacts li.doble-line a .content,
.faq-page .contact-number .contacts li.doble-line a .content {
  padding-top: 25px;
}

/*Application page*/
/* line 4, ../sass/layout-text.scss */
.text-page .banner-page.title .text {
  padding: 30px 20px 30px 10px;
}
/* line 6, ../sass/layout-text.scss */
.text-page .banner-page.title .text h1 {
  margin: 0px;
}
/* line 8, ../sass/layout-text.scss */
.text-page .banner-page.title .text h1 span {
  display: block;
  line-height: 100%;
}
/* line 13, ../sass/layout-text.scss */
.text-page .banner-page.title .text p {
  margin: 0px;
}
/* line 20, ../sass/layout-text.scss */
.text-page .wrapper > .row.container {
  padding: 30px 10px;
}
/* line 23, ../sass/layout-text.scss */
.text-page .wrapper h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}
/* line 27, ../sass/layout-text.scss */
.text-page .wrapper p {
  margin-top: 0px;
}

/*work spontaneous page*/
/* line 4, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .banner-page.title .text {
  padding: 15px 20px 15px 10px;
  width: 50%;
}
/* line 8, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .banner-page.title .text h1 {
  margin: 0px;
}
/* line 15, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper > .row.container {
  padding: 30px 10px;
}
/* line 20, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .button {
  width: 100%;
  text-align: right;
  padding: 30px 0px 15px 0px;
}
/* line 24, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .button .btn {
  width: auto;
}
/* line 28, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .col-1-5 {
  width: 22.222%;
}
/* line 33, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset.experience .field-o, .application-spontaneous-page .wrapper form fieldset.other-study .field-o {
  display: none;
}
/* line 35, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset.experience .field-o.show, .application-spontaneous-page .wrapper form fieldset.other-study .field-o.show {
  display: block;
}
/* line 40, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .row label {
  padding-top: 22px !important;
}
/* line 43, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .row .file .jquery-filestyle label {
  max-width: 240px;
  float: right;
  padding-top: 11px !important;
  padding-bottom: 10px;
}
/* line 51, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset label.ui-button {
  padding-right: 29px;
  padding-left: 0px;
}
/* line 54, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset label.ui-button.radio-button {
  margin-top: 20px !important;
}
/* line 57, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset label.ui-button span.ui-button-text {
  padding: 0.5em 1em;
}
/* line 61, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .field-o {
  float: left;
  width: 100%;
  padding: 15px 0px;
}
/* line 66, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .field-o .del {
  display: block;
  width: 100%;
  float: left;
}
/* line 71, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form fieldset .field-o .del a {
  display: block;
  float: right;
  width: 41px;
  height: 41px;
}
/* line 80, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form .button {
  width: 100%;
  text-align: right;
  padding: 15px 0px;
}
/* line 85, ../sass/layout-work-spontaneous.scss */
.application-spontaneous-page .wrapper form .button.hide {
  display: none;
}

/*Commerce Enterprise page*/
/* line 3, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .banner-page .text {
  padding: 30px 20px 30px 10px;
}
/* line 6, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .banner-page .text header h1 {
  margin: 0px;
}
/* line 8, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .banner-page .text header h1 span {
  display: block;
}
/* line 13, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .banner-page .text p {
  margin-top: 15px;
  margin-bottom: 0px;
}
/* line 21, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page nav.submenu-banner ul li.current {
  border-color: #f0f;
}
/* line 27, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page nav.submenu-banner ul li,
.commerce-enterprise-page nav.submenu-page-mobile ul li {
  margin-left: 0.3%;
  width: auto;
}
/* line 33, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page nav.submenu-banner ul li a,
.commerce-enterprise-page nav.submenu-page-mobile ul li a {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  word-wrap: break-word;
}
/* line 43, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .wrapper > .row.container {
  padding: 30px 10px;
}
/* line 46, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .wrapper article {
  float: left;
  width: 100%;
}
/* line 49, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .wrapper article .text {
  padding-left: 0px;
  padding-bottom: 0px;
  max-width: 515px;
}
/* line 54, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .wrapper article .text h2,
.commerce-enterprise-page .wrapper article .text h3,
.commerce-enterprise-page .wrapper article .text h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}
/* line 61, ../sass/layout-commerce-enterprise.scss */
.commerce-enterprise-page .wrapper article .image {
  text-align: right;
  padding-right: 0px;
  padding-bottom: 0px;
  max-width: 555px;
  float: right;
}

/*FAQ page*/
/* line 3, ../sass/layout-faq.scss */
.faq-page .banner-page .text {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 7, ../sass/layout-faq.scss */
.faq-page .banner-page .text h1 {
  margin: 0px;
}
/* line 9, ../sass/layout-faq.scss */
.faq-page .banner-page .text h1 span {
  line-height: 100%;
  display: block;
}
/* line 14, ../sass/layout-faq.scss */
.faq-page .banner-page .text p {
  margin: 0px;
}
/* line 19, ../sass/layout-faq.scss */
.faq-page .background1,
.faq-page .choose-option,
.faq-page .contact-number {
  float: left;
  width: 100%;
}
/* line 26, ../sass/layout-faq.scss */
.faq-page .wrapper > .row.container {
  padding: 25px 10px;
}
/* line 30, ../sass/layout-faq.scss */
.faq-page .wrapper .faq-list article {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
/* line 34, ../sass/layout-faq.scss */
.faq-page .wrapper .faq-list article header {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  min-height: 30px;
}
/* line 44, ../sass/layout-faq.scss */
.faq-page .wrapper .faq-list article header h2 {
  margin: 0px;
  padding: 0px;
}
/* line 49, ../sass/layout-faq.scss */
.faq-page .wrapper .faq-list article .text {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0px 0px 40px;
}
/* line 61, ../sass/layout-faq.scss */
.faq-page .wrapper .faq-list article .text p {
  margin: 0px;
}
/* line 69, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article {
  position: relative;
  overflow: hidden;
  max-width: 550px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/* line 75, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article.even {
  padding-left: 0px;
}
/* line 78, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article.odd {
  float: right;
  padding-right: 0px;
}
/* line 81, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article.odd .content {
  left: 15px;
}
/* line 85, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article a {
  display: block;
}
/* line 88, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 225px;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 100, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article .content .text {
  width: 225px;
  height: 235px;
  display: table-cell;
  vertical-align: middle;
}
/* line 105, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article .content .text h2 {
  margin-bottom: 0px;
  display: inline-block;
}
/* line 109, ../sass/layout-faq.scss */
.faq-page .wrapper .images-sector article .content .text p {
  margin: 0px;
  margin-top: 10px;
}

/*Health Funders page*/
/* line 2, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page {
  background-position: center right;
}
/* line 4, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page .text {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 7, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page .text h1 {
  margin: 0px;
}
/* line 9, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page .text h1 span {
  line-height: 100%;
  display: block;
}
/* line 14, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page .text p {
  margin: 0px;
}
/* line 19, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page nav.submenu-banner ul {
  padding: 0px 10px;
  line-height: 1.2;
}
/* line 22, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page nav.submenu-banner ul li {
  margin-left: 1.5%;
  width: 18%;
}
/* line 25, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page nav.submenu-banner ul li:first-child {
  margin-left: 0%;
}
/* line 28, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page nav.submenu-banner ul li a {
  display: block;
  padding: 10px 21px;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 36, ../sass/layout-health-funders.scss */
.health-funders-page .banner-page nav.submenu-banner ul li a.oneline {
  padding-top: 19px;
}
/* line 42, ../sass/layout-health-funders.scss */
.health-funders-page .background1 {
  float: left;
  width: 100%;
}
/* line 47, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper > .row.container {
  padding: 25px 10px;
}
/* line 51, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .text-sector {
  padding-left: 0px;
  max-width: 500px;
}
/* line 55, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .text-sector header h2 {
  margin-bottom: 20px;
}
/* line 58, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .text-sector header h4 {
  margin-bottom: 20px;
}
/* line 62, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .text-sector p.first {
  margin-top: 0;
}
/* line 64, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .image-sector {
  padding-right: 0px;
  float: right;
  text-align: right;
}
/* line 70, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article {
  padding-bottom: 0px;
}
/* line 72, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article.even {
  padding-left: 0px;
}
/* line 75, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article.odd {
  float: right;
  padding-right: 0px;
}
/* line 79, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service {
  float: left;
  width: 100%;
  clear: both;
  padding-bottom: 15px;
}
/* line 84, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a {
  display: block;
  width: 100%;
  float: left;
}
/* line 88, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a header {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
/* line 92, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a header h2 {
  font-size: 2.4em;
}
/* line 96, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a .image {
  padding: 0px;
  position: relative;
  max-width: 180px;
}
/* line 101, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a .image span.img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
/* line 111, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a .text {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 114, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a .text p {
  margin-top: 0px;
}
/* line 120, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper article .service a:hover .image span.img-hover {
  display: block;
}
/* line 128, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .button {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
/* line 133, ../sass/layout-health-funders.scss */
.health-funders-page .wrapper .button .btn {
  width: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/vendor.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../sass/vendor.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../sass/vendor.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../sass/vendor.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../sass/vendor.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/vendor.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../sass/vendor.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../sass/vendor.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../sass/vendor.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../sass/vendor.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../sass/vendor.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../sass/vendor.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fbox/fancybox_sprite.png");
}

/* line 82, ../sass/vendor.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../sass/vendor.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fbox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, ../sass/vendor.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../sass/vendor.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/fbox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../sass/vendor.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../sass/vendor.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../sass/vendor.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../sass/vendor.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../sass/vendor.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../sass/vendor.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../sass/vendor.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, ../sass/vendor.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, ../sass/vendor.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, ../sass/vendor.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, ../sass/vendor.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fbox/fancybox_overlay.png");
}

/* line 190, ../sass/vendor.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, ../sass/vendor.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, ../sass/vendor.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, ../sass/vendor.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, ../sass/vendor.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, ../sass/vendor.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, ../sass/vendor.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, ../sass/vendor.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, ../sass/vendor.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../sass/vendor.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fbox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, ../sass/vendor.scss */
  #fancybox-loading div {
    background-image: url("/img/fbox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/******************************************************/
/************************ footer **********************/
/******************************************************/
/* line 694, ../sass/layout.scss */
#container > footer .wrapper {
  padding: 0px 10px;
}
/* line 696, ../sass/layout.scss */
#container > footer .wrapper > .row.container {
  padding: 20px 10px;
}
/* line 700, ../sass/layout.scss */
#container > footer nav {
  padding: 15px 0px;
}
/* line 702, ../sass/layout.scss */
#container > footer nav ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
/* line 707, ../sass/layout.scss */
#container > footer nav ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 0px;
  padding-right: 10px;
}
/* line 720, ../sass/layout.scss */
#container > footer .noti-excerpt .icon {
  float: left;
  width: 20%;
}
/* line 724, ../sass/layout.scss */
#container > footer .noti-excerpt .text {
  float: left;
  width: 80%;
  padding-left: 15px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 733, ../sass/layout.scss */
#container > footer .noti-excerpt .text p {
  margin-top: 0px;
  margin-bottom: 45px;
}
/* line 739, ../sass/layout.scss */
#container > footer .btn.white {
  min-width: inherit;
  width: auto;
  display: inline-block;
}
/* line 744, ../sass/layout.scss */
#container > footer .ads {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
/* line 749, ../sass/layout.scss */
#container > footer .ads-sector .inner {
  width: 100%;
  min-height: 40px;
  margin-bottom: 5px;
}
/* line 755, ../sass/layout.scss */
#container > footer .ads .small {
  padding: 0px;
}
/* line 758, ../sass/layout.scss */
#container > footer .ads .large {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}
/* line 767, ../sass/layout.scss */
#container > footer .ads-sector .copyright img {
  margin-left: 5px;
}
/* line 770, ../sass/layout.scss */
#container > footer .ads-sector {
  width: 340px;
}
/* line 772, ../sass/layout.scss */
#container > footer .ads-sector .datafiscal {
  width: 215px;
  padding: 0;
  float: right;
}
/* line 777, ../sass/layout.scss */
#container > footer .ads-sector .pdp {
  width: 86px;
  padding: 0;
}

@media screen and (max-width: 1169px) and (min-width: 961px) {
  /* line 4, ../sass/hotfixes.scss */
  .choose-option .boxes article .animate {
    min-height: 240px !important;
  }

  /* line 8, ../sass/hotfixes.scss */
  .contact-us-page nav.submenu-banner ul li {
    max-width: 18.5% !important;
  }
}
/* line 12, ../sass/hotfixes.scss */
.texto .banner-page .text {
  
}
/* line 14, ../sass/hotfixes.scss */
.texto .banner-page .text h1 {
  margin: 0.25em 0;
  line-height: 100%;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
  /* line 22, ../sass/hotfixes.scss */
  .choose-option .boxes article:nth-child(3n) {
    padding-left: 0;
  }
  /* line 25, ../sass/hotfixes.scss */
  .choose-option .boxes article:nth-child(4n) {
    padding-right: 15px !important;
  }
}
/* line 33, ../sass/hotfixes.scss */
html.lt-ie9 header nav li a .submenu {
  display: none;
}
/* line 34, ../sass/hotfixes.scss */
html.lt-ie9 header nav li a:hover .submenu {
  display: block !important;
}
/* line 36, ../sass/hotfixes.scss */
html.lt-ie9 .public-sector .boxes article.last {
  padding-right: 0px !important;
}
/* line 38, ../sass/hotfixes.scss */
html.lt-ie9 .other-services .sidebar > div .content p a {
  margin-top: -35px !important;
  display: block;
}
/* line 41, ../sass/hotfixes.scss */
html.lt-ie9 .other-services .aditional-services article .content {
  width: 49%;
}
/* line 42, ../sass/hotfixes.scss */
html.lt-ie9 .other-services .aditional-services article .button a {
  width: 122px;
}
@media screen and (min-width: 960px) and (max-width: 1169px) {
  /* line 46, ../sass/hotfixes.scss */
  html.lt-ie9 .priority .ie8fix {
    width: 107% !important;
  }
}

/* line 50, ../sass/hotfixes.scss */
.public-sector .wrapper .row.container {
/*  padding: 20px 0 !important;*/
}

/* line 53, ../sass/hotfixes.scss */
.no-boxshadow .public-sector .boxes .box > a > div {
  border: 1px solid transparent;
}
/* line 54, ../sass/hotfixes.scss */
.no-boxshadow .public-sector .boxes .box > a:hover > div {
  border: 1px solid #ccc;
}
/* line 55, ../sass/hotfixes.scss */
.no-boxshadow .other-services .aditional-services article:hover {
  border: 1px solid #ccc;
}