/* Grid */
/* Font settings */
/* Alert colors */
/* Design colors */
/* Default Style */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100%;
}
html body {
  height: 100%;
  width: 100%;
}
html body .clearfix {
  display: block;
  clear: both;
}

/* Repsonsive Grid */
.row {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}
.row.full {
  max-width: 100%;
  padding: 0;
}
.row:after {
  display: block;
  clear: both;
  content: '';
}
.row .column {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  /* GENERATE COLUMNS */
}
.row .column.small-1 {
  width: 8.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-2 {
  width: 16.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-3 {
  width: 25%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-4 {
  width: 33.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-5 {
  width: 41.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-6 {
  width: 50%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-7 {
  width: 58.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-8 {
  width: 66.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-9 {
  width: 75%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-10 {
  width: 83.3333333333%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-11 {
  width: 91.6666666667%;
}
.row .column.hide-for-small {
  display: none;
}
.row .column.small-12 {
  width: 100%;
}
.row .column.hide-for-small {
  display: none;
}
@media (min-width: 768px) {
  .row .column.medium-1 {
    width: 8.3333333333%;
  }
  .row .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.medium-2 {
    width: 16.6666666667%;
  }
  .row .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.medium-3 {
    width: 25%;
  }
  .row .column.medium-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.medium-4 {
    width: 33.3333333333%;
  }
  .row .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.medium-5 {
    width: 41.6666666667%;
  }
  .row .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.medium-6 {
    width: 50%;
  }
  .row .column.medium-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.medium-7 {
    width: 58.3333333333%;
  }
  .row .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.medium-8 {
    width: 66.6666666667%;
  }
  .row .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.medium-9 {
    width: 75%;
  }
  .row .column.medium-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.medium-10 {
    width: 83.3333333333%;
  }
  .row .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.medium-11 {
    width: 91.6666666667%;
  }
  .row .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.medium-12 {
    width: 100%;
  }
  .row .column.medium-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-medium {
    display: none;
  }
}
@media (min-width: 1025px) {
  .row .column.large-1 {
    width: 8.3333333333%;
  }
  .row .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.large-2 {
    width: 16.6666666667%;
  }
  .row .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.large-3 {
    width: 25%;
  }
  .row .column.large-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.large-4 {
    width: 33.3333333333%;
  }
  .row .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.large-5 {
    width: 41.6666666667%;
  }
  .row .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.large-6 {
    width: 50%;
  }
  .row .column.large-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.large-7 {
    width: 58.3333333333%;
  }
  .row .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.large-8 {
    width: 66.6666666667%;
  }
  .row .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.large-9 {
    width: 75%;
  }
  .row .column.large-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.large-10 {
    width: 83.3333333333%;
  }
  .row .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.large-11 {
    width: 91.6666666667%;
  }
  .row .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.large-12 {
    width: 100%;
  }
  .row .column.large-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-large {
    display: none;
  }
}
@media (min-width: 1040px) {
  .row .column.menuswitch-1 {
    width: 8.3333333333%;
  }
  .row .column.menuswitch-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .row .column.menuswitch-2 {
    width: 16.6666666667%;
  }
  .row .column.menuswitch-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .row .column.menuswitch-3 {
    width: 25%;
  }
  .row .column.menuswitch-offset-3 {
    margin-left: 25% !important;
  }
  .row .column.menuswitch-4 {
    width: 33.3333333333%;
  }
  .row .column.menuswitch-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .row .column.menuswitch-5 {
    width: 41.6666666667%;
  }
  .row .column.menuswitch-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .row .column.menuswitch-6 {
    width: 50%;
  }
  .row .column.menuswitch-offset-6 {
    margin-left: 50% !important;
  }
  .row .column.menuswitch-7 {
    width: 58.3333333333%;
  }
  .row .column.menuswitch-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .row .column.menuswitch-8 {
    width: 66.6666666667%;
  }
  .row .column.menuswitch-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .row .column.menuswitch-9 {
    width: 75%;
  }
  .row .column.menuswitch-offset-9 {
    margin-left: 75% !important;
  }
  .row .column.menuswitch-10 {
    width: 83.3333333333%;
  }
  .row .column.menuswitch-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .row .column.menuswitch-11 {
    width: 91.6666666667%;
  }
  .row .column.menuswitch-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .row .column.menuswitch-12 {
    width: 100%;
  }
  .row .column.menuswitch-offset-12 {
    margin-left: 100% !important;
  }
  .row .column.hide-for-small {
    display: block;
  }
  .row .column.hide-for-menuswitch {
    display: none;
  }
}
.row.spacing {
  padding: 0 10px;
}
.row.spacing.full {
  padding: 0;
}
.row.spacing .column {
  /* GENERATE COLUMNS */
}
.row.spacing .column.small-1 {
  width: calc(8.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-2 {
  width: calc(16.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-3 {
  width: calc(25% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-4 {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-5 {
  width: calc(41.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-6 {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-7 {
  width: calc(58.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-8 {
  width: calc(66.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-9 {
  width: calc(75% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-10 {
  width: calc(83.3333333333% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-11 {
  width: calc(91.6666666667% - 20px);
  margin: 0 10px;
}
.row.spacing .column.small-12 {
  width: calc(100% - 20px);
  margin: 0 10px;
}
@media (min-width: 768px) {
  .row.spacing .column.medium-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.medium-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.medium-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1025px) {
  .row.spacing .column.large-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.large-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.large-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}
@media (min-width: 1040px) {
  .row.spacing .column.menuswitch-1 {
    width: calc(8.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-1 {
    margin-left: 8.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-2 {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-2 {
    margin-left: 16.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-3 {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-3 {
    margin-left: 25% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-4 {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-4 {
    margin-left: 33.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-5 {
    width: calc(41.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-5 {
    margin-left: 41.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-6 {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-6 {
    margin-left: 50% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-7 {
    width: calc(58.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-7 {
    margin-left: 58.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-8 {
    width: calc(66.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-8 {
    margin-left: 66.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-9 {
    width: calc(75% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-9 {
    margin-left: 75% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-10 {
    width: calc(83.3333333333% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-10 {
    margin-left: 83.3333333333% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-11 {
    width: calc(91.6666666667% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-11 {
    margin-left: 91.6666666667% !important;
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-12 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .row.spacing .column.menuswitch-offset-12 {
    margin-left: 100% !important;
    margin: 0 10px;
  }
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.txt-center {
  text-align: center;
}

/* TYPOGRAPHY */
h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h1, h2, h3, h4 {
  font-family: 'Ubuntu', sans-serif;
  color: #004580;
  padding: 20px 0;
  font-weight: 100;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #004580;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

ul li {
  list-style-type: none;
}

.button {
  background: #004580;
  width: 100%;
  color: #fff;
  display: block;
  margin: 20px 0;
  text-align: center;
}
.button:hover {
  background: #002a4d;
}
.button.open {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  line-height: 50px;
  background: none;
  width: 200px;
}
.button.open:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.active {
  color: #5697d1;
  position: relative;
}
@media only screen and (min-width: 1040px) {
  .active::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 33px;
    width: 5px;
    top: 18px;
    background-image: -webkit-linear-gradient(top, #84bfe4 0%,#84bfe4 33%,#4487c3 33%,#84bfe4 33%,#4487c3 33%,#4487c3 66%,#004580 66%,#004580 100%);
    background-image: -ms-linear-gradient(top, #84bfe4 0%,#84bfe4 33%,#4487c3 33%,#84bfe4 33%,#4487c3 33%,#4487c3 66%,#004580 66%,#004580 100%);
  }
}

.navigation {
  display: none;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 1040px) {
  .navigation {
    display: block;
    border-top: none;
  }
}
.navigation li {
  display: block;
  min-width: 85px;
}
@media only screen and (min-width: 1040px) {
  .navigation li {
    display: inline-block;
    line-height: 1;
  }
}
.navigation li a {
  padding: 20px;
  color: #fff;
  display: inline-block;
}
@media only screen and (min-width: 1040px) {
  .navigation li a {
    color: #004580;
    display: inline;
  }
  .navigation li a.active {
    color: #5697d1;
  }
}
.navigation li:hover > a {
  color: #fff;
}
@media only screen and (min-width: 1040px) {
  .navigation li:hover > a {
    color: #4487c3;
  }
}
@media only screen and (min-width: 1040px) {
  .navigation li:hover .submenu {
    display: block;
  }
}
.navigation li .submenu {
  display: none;
  position: relative;
  border-radius: 0;
  background: rgba(0, 69, 128, 0.9);
  padding: 0 10px;
}
@media only screen and (min-width: 1040px) {
  .navigation li .submenu {
    position: absolute;
    border-radius: 5px;
    margin-top: 20px;
  }
}
.navigation li .submenu::before {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  top: -10px;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 69, 128, 0.9);
}
.navigation li .submenu li {
  display: block;
  text-align: left;
  line-height: 50px;
}
.navigation li .submenu li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
}
.navigation li .submenu li a::before {
  content: '\f101';
  font-family: FontAwesome;
  padding-right: 5px;
}
.navigation li .submenu li a:hover {
  color: #4487c3;
}

.menu-toggle {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 1040px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle::before {
  content: '\f0c9';
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
}
.menu-toggle.close::before {
  content: '\f00d';
}

.fa.open-dropdown {
  display: block;
  color: #fff;
  float: right;
  width: 20px;
  text-align: center;
  border-left: 1px solid;
  padding: 10px;
  padding-right: 30px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 30px;
}
@media only screen and (min-width: 1040px) {
  .fa.open-dropdown {
    display: none !important;
  }
}

.box {
  -webkit-box-shadow: 0px 10px 40px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 40px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 40px 2px rgba(0, 0, 0, 0.13);
}

header .header-row {
  min-height: 130px;
  position: relative;
}
header .logo-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1040px) {
  header .logo-wrapper {
    padding-bottom: 0;
  }
}
header .menu-wrapper {
  background: rgba(0, 69, 128, 0.9);
}
@media only screen and (min-width: 1040px) {
  header .menu-wrapper {
    background: none;
    text-align: right;
    min-height: 35px;
    padding-top: 60px;
    padding-bottom: 45px;
    font-size: 20px;
    position: absolute;
    right: 150px;
    top: 0;
    z-index: 1;
  }
}
header .language-switch {
  position: absolute;
  top: 10px;
  right: 10px;
}
header .language-switch a {
  display: block;
  padding: 5px 0;
}
header .language-switch img {
  width: 32px;
  height: 22px;
}
@media only screen and (min-width: 1040px) {
  header .language-switch {
    position: absolute;
    right: 50px;
    top: 62px;
    float: right;
    width: 100px;
  }
  header .language-switch a {
    width: 32px;
    height: 22px;
    float: right;
    margin-left: 10px;
  }
  header .language-switch img {
    width: 32px;
    height: 22px;
  }
}
header .slider-row {
  min-height: 450px;
  position: relative;
}
header .slider-row .jumbotron-wrapper {
  min-height: 450px;
  max-width: 100%;
}
header .slider-row .slick-slide {
    -webkit-transform: translate3d(0,0,0);
}
header .slider-row .slick-arrow {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

header .slider-row .slick-prev {
  margin-left: 50px;
}
header .slider-row .slick-next {
  margin-right: 50px;
}

@media only screen and (min-width: 1240px) {
     header .slider-row .slick-prev {
       margin-left: calc(100% / 2 - 550px);
     }
     header .slider-row .slick-next {
       margin-right: calc(100% / 2 - 550px);
     }
}

header .slider-row .slick-prev::before {
  display: none;
  font-family: inherit;
  font-size: 60px;
  content: '\f104';
  left: 20px;
}
header .slider-row .slick-next::before {
  display: none;
  font-family: inherit;
  font-size: 60px;
  content: '\f105';
  right: 20px;
}
@media only screen and (min-width: 768px) {
  header .slider-row .slick-next::before,
  header .slider-row .slick-prev::before {
    display: block;
  }
}

header .slider-row .jumbotron-wrapper .jumbotron {
  position: absolute;
  top: 50%;
  transform: translatey( -50%);
  font-family: Ubuntu;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  header .slider-row .jumbotron-wrapper .jumbotron {
    padding-right: 0px;
    margin-left: 100px;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
header .slider-row .jumbotron-wrapper .jumbotron .title {
  font-size: 60px;
  color: #fff;
  background: #004580;
  padding: 5px 20px;
}
header .slider-row .jumbotron-wrapper .jumbotron p {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  background: #004580;
  margin-top: 10px;
  padding: 5px 20px;
}
header .slider-row .jumbotron-wrapper .jumbotron .button {
  width: 135px;
  padding: 20px;
}
header .slider-row .jumbotron-wrapper .jumbotron .button::after {
  content: '\f101';
  font-family: FontAwesome;
  padding-left: 9px;
}
header .slider-row .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  list-style: none;
  text-align: center;
  padding-bottom: 20px;
}
header .slider-row .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
header .slider-row .slick-dots li button {
  border: 0;
  background: none;
  display: block;
  height: 15px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #fff;
}
header .slider-row .slick-dots li button::before {
  display: none;
}
header .slider-row .slick-dots li button:hover {
  outline: none;
  opacity: 1;
}
header .slider-row .slick-dots li.slick-active button {
  background: #fff;
}

main .content-left {
  padding: 50px 0;
  padding-right: 30px;
}

main .content-left form {
  position: relative;
  width: 100%
}
main .content-left ul li {
     line-height: 1.6;
     margin: 0 0 10px 20px;
     padding-left: 10px;
     list-style: disc outside none;

}
form label {
     display: block;
     margin-bottom: 10px;
     font-family: 'Ubuntu', sans-serif;
     color: #004580;
}
form input[type='text'],
form input[type='email'],
form textarea {
     display: block;
     outline: 0;
     border: 1px solid #d8d8d8;
     padding-left: 1em;
     padding-right: .5em;
     line-height: 1em;
     font-size: 14px;
     height: 4em;
     width: 95%;
     margin-bottom: 10px;
}


@media only screen and (min-width: 1040px) {
     form input[type='text'],
     form input[type='email'],
     form textarea {
          width: 50%;
     }
}

form textarea {
     padding-top: 1em;
     height: 8em;
}
form input[type='submit'] {
     display: block;
     margin-top: 20px;
     outline: none;
     border: none;
     line-height: 50px;
     width: 200px;
     font-size: 16px;
     background: #004580;
     color: #FFFFFF;
}

main .content-left .portfolio-wrapper li {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 5px;
    margin: 0;
    width: 24%;
    height: auto;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

main .content-left .portfolio-wrapper li a{
    display: inline-block;
}

@media only screen and (min-width: 1240px) {
     main .content-left .portfolio-wrapper li {
          width: 24%;
     }
}

main .content-left
.portfolio-wrapper:hover
li:not(:hover) {
 opacity: .5;
}

main .content-left
.portfolio-wrapper
li a {
 position: relative;
 height: 100%;
 width: 100%;
}

main .content-left .portfolio-wrapper a img{
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  width: 100%;
}

main .content-right {
     display: none !important;
     background: #fff;
     margin-top: 130px;
}
main .content-right-home {
     display: inherit !important;
     padding: 30px;
     margin-top: -40px;
}
@media only screen and (min-width: 768px) {
  main .content-right {
       display: inherit !important;
  }
  main .content-right-home {
    margin-top: -70px;
  }
}
main .content-right h3 {
  padding-top: 0;
}
main .content-right i {
  font-size: 36px;
  padding-right: 20px;
}
main .content-right i.medium {
  display: inline-block;
  line-height: 45px;
  width: 45px;
  font-size: 34px;
}
main .content-right i.social {
  color: #4487c3;
}
main .content-right i.social:hover {
  color: #5697d1;
}
main .content-right .button {
  line-height: 60px;
  font-size: 22px;
  margin-top: 40px;
}
main .blocks-wrapper {
  margin-bottom: 50px;
}
main .blocks-wrapper .block {
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 300px;
  padding: 40px;
  margin: 30px 0;
  color: #fff;
  margin-bottom: 20px !important;
}
main .blocks-wrapper .block h3 {
  color: #fff;
  margin: 0;
  font-weight: normal;
  padding-left: 60px;
}
main .blocks-wrapper .block.blue-bg {
  background: url("../images/leafs.png") no-repeat rgba(68, 188, 195, 0.9);
  background-position-x: 220px;
  background-position-y: -90px;
}
main .blocks-wrapper .block.blue-bg h3::before {
  content: '';
  background: url("../images/phone.png") no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
}
main .blocks-wrapper .block.purple-bg {
  background: url("../images/leafs.png") no-repeat rgba(68, 82, 195, 0.9);
  background-position-x: 220px;
  background-position-y: -90px;
}
main .blocks-wrapper .block.purple-bg h3::before {
  content: '';
  background: url("../images/laptop.png") no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
}
main .blocks-wrapper .block.green-bg {
  background: url("../images/leafs.png") no-repeat rgba(136, 214, 48, 0.9);
  background-position-x: 220px;
  background-position-y: -90px;
}
main .blocks-wrapper .block.green-bg h3::before {
  content: '';
  background: url("../images/support.png") no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
}
main .blocks-wrapper .block.pink-bg {
  background: url("../images/leafs.png") no-repeat rgba(214, 48, 136, 0.9);
  background-position-x: 220px;
  background-position-y: -90px;
}
main .blocks-wrapper .block.pink-bg h3::before {
  content: '';
  background: url("../images/lightbulb.png") no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 40px;
}
main .banner {
  position: relative;
  min-height: 300px;
  background: url("../images/banner.jpg") no-repeat;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-family: Ubuntu;
}
@media only screen and (min-width: 768px) {
  main .banner {
    padding: 50px;
  }
}
main .banner::before {
  content: '';
  background: rgba(68, 135, 195, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .banner p {
  font-size: 20px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  main .banner p {
    font-size: 30px;
    padding: 0 71px;
  }
}
main .banner .button {
  margin-left: auto;
  margin-right: auto;
}
main .partners-slider {
  padding-bottom: 65px;
  padding-top: 20px;
}
main .partners-slider .slider {
  min-height: 150px;
  position: relative;
}
main .partners-slider .slider .images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 83%;
}
main .partners-slider .slider a {
  height: 150px;
  opacity: .7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
main .partners-slider .slider a:hover {
  opacity: 1;
  -webkit-filter: none;
  filter:none;
}
main .partners-slider .slider img {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  main .partners-slider .slider img {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  main .partners-slider .slider img {
    max-width: 200px;
  }
}
main .partners-slider .slick-arrow {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
main .partners-slider .slick-prev::before,
main .partners-slider .slick-next::before  {
  font-family: FontAwesome;
  font-size: 66px;
  content: '\f104';
  color: #c2c2c2;
  left: 0;
}
main .partners-slider .slick-next::before {
  content: '\f105';
  left: auto;
  right: 0;
}

footer {
  min-height: 490px;
  border-top: 10px solid #4487c3;
  background: #004580;
  color: #fff;
  font-size: 18px;
}
footer .footer-row {
  padding-top: 70px;
  margin-bottom: 50px;
}
footer .footer-row h3 {
  color: #fff;
  font-size: 24px;
}
footer .footer-row a {
  color: #fff;
}
footer .footer-row a:hover {
  color: #4487c3;
}
footer .footer-row ul li {
  line-height: 48px;
  border-bottom: 1px dotted #4487c3;
  margin-right: 35px;
}
footer .footer-row ul li:last-child {
  border-bottom: none;
}
footer .footer-row .footer-menu {
  padding: 0;
  margin: 0;
}
footer .footer-row .contact i {
  font-size: 26px;
  opacity: 0.8;
}
footer .footer-row .contact table {
  margin-bottom: 20px;
}
footer .footer-row .contact table td {
  min-width: 40px;
}
footer .footer-row .social i {
  font-size: 32px;
  padding-right: 20px;
}
footer .footer-row .social img {
  float: left;
  margin: 20px 0;
  display: inline-block;
  max-width: 50%;
  padding: 5px;
}
footer .copyright-row {
  font-size: 14px;
  padding-bottom: 45px;
}

footer .copyright-row a {
  font-size: 14px;
  border-bottom: 1px solid #FFFFFF;
  color: rgba(255,255,255,1);
}
footer .copyright-row a:hover {
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  color: rgba(255,255,255,.7);
}

/*# sourceMappingURL=main.css.map */
