/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body{
  font-family: 'Roboto', sans-serif;
  color: #333;
}

img{
  /*to make sure that the images don't move out beyond the screen*/
  max-width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.large-hero{

  border-bottom: 10px solid #2f5572;
  position: relative;
  min-height: 500px;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;

}

.large-hero__image{
    display: block;
  }

.large-hero__text-content{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: center;
    width: 100%;
    padding-top: 80px;

  }

@media (min-width: 800px){

.large-hero__text-content{
      padding-top: 60px

  }
  }

.large-hero__title{
    font-weight: 300;
    color: #2f5572;
    font-size: 2.4rem;
    margin: 0;

  }

@media (min-width: 530px){

.large-hero__title{
      font-size: 4.8rem

  }
  }

.large-hero__subtitle{
    font-weight: 300;
    color: #2f5572;
    font-size: 1.5rem;
    margin: 0;

  }

@media (min-width: 530px){

.large-hero__subtitle{
      font-size: 2.9rem

  }
  }

.large-hero__description{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;

  }

@media (min-width: 530px){

.large-hero__description{
      font-size: 1.875rem

  }
  }

.white-color{
  color: #fff;
}

.bg{
  color: #fff;
  min-height: 500px;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 5s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes example {
    0% {
      background: #B993D6;
    }
    25% {
      background: #1c92d2;
    }
    50% {
      background: #283048;
    }
    75% {
      background: #1488CC;
    }
    100%{
      background: #B993D6;
    }
}

@keyframes example {
    0% {
      background: #B993D6;
    }
    25% {
      background: #1c92d2;
    }
    50% {
      background: #283048;
    }
    75% {
      background: #1488CC;
    }
    100%{
      background: #B993D6;
    }
}

.history{
  border-bottom: 10px solid #B993D6;
  min-height: 500px;
  background: #B993D6;
  background: -webkit-gradient(linear, left top, right top, from(#8CA6DB), to(#B993D6));
  background: linear-gradient(to right, #8CA6DB, #B993D6);
}

.mission{
  border-bottom: 10px solid #1c92d2;
  min-height: 500px;
  background: #1c92d2;
  background: -webkit-gradient(linear, left top, right top, from(#f2fcfe), to(#1c92d2));
  background: linear-gradient(to right, #f2fcfe, #1c92d2);
}

.infrastructure{
  border-bottom: 10px solid #283048;
  min-height: 500px;
  background: #283048;
  background: -webkit-gradient(linear, left top, right top, from(#859398), to(#283048));
  background: linear-gradient(to right, #859398, #283048);
}

.factsheet{
  border-bottom: 10px solid #1488CC;
  min-height: 500px;
  background: #1488CC;
  background: -webkit-gradient(linear, left top, right top, from(#2B32B2), to(#1488CC));
  background: linear-gradient(to right, #2B32B2, #1488CC);
}

.contactus{
  border-bottom: 10px solid #4b6cb7;
  min-height: 500px;
  background: #4b6cb7;
  background: -webkit-gradient(linear, left top, right top, from(#182848), to(#4b6cb7));
  background: linear-gradient(to right, #182848, #4b6cb7);
}

.services{
  border-bottom: 10px solid #36D1DC;
  min-height: 500px;
  background: #36D1DC;
  background: -webkit-gradient(linear, left top, right top, from(#5B86E5), to(#36D1DC));
  background: linear-gradient(to right, #5B86E5, #36D1DC);
}

.products{
  border-bottom: 10px solid #283c86;
  min-height: 500px;
  background: #283c86;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
  background: linear-gradient(to right, #45a247, #283c86); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#map {
  min-height: 500px;
  width: 100%;
}

.btn{
  background-color: #2f5572;
  color: white;
  text-decoration: none;
  padding: .75rem 1.2rem;
  display: inline-block;

}

.btn--orange{
    background-color: #d59541;
  }

.btn--large{
    padding: 0.8rem 1.2rem;
  }

@media (min-width: 530px){

.btn--large{
      padding: 1.1rem 1.9rem;
      font-size: 1.25rem
  }
  }

.btn--in-center{
    text-align: center;
  }

.wrapper{
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;

}

.wrapper--float-right{
    float: right;
  }

.wrapper--medium{
    max-width: 976px;
  }

.wrapper--narrow{
    max-width: 470px;
  }

.wrapper--no-padding-until-medium{
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 800px){

.wrapper--no-padding-until-medium{
      padding-left: 18px;
      padding-right: 18px
  }
  }

.wrapper--no-padding-until-large{
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 1010px){

.wrapper--no-padding-until-large{
      padding-left: 18px;
      padding-right: 18px
  }
  }

.wrapper .wrapper{
    padding-left: 0;
    padding-right: 0;
  }

.wrapper--b-margin{

    margin-bottom: 1rem;
  }

@media (min-width: 530px){

.wrapper--b-margin{
      margin-bottom: 3.875rem
  }
  }

.wrapper iframe{
    width: 100%;
    margin-top: 60px;
    border: none;
    height: 1230px;
  }

.page-section{

  padding: 1.2rem 0;

}

@media (min-width: 530px){

.page-section{
    padding: 4.5rem 0

}
  }

.page-section--low-t-padding{
    padding-top: 2.2rem;
  }

.page-section--low-b-padding{
    padding-bottom: 1rem;
  }

.page-section--bg-cornsilk{
    background-color: cornsilk;
  }

.page-section--no-b-padding-until-medium{
    padding-bottom: 0;

  }

@media (min-width: 800px){

.page-section--no-b-padding-until-medium{
      padding-bottom: 4.5rem

  }
  }

.page-section--no-b-padding-until-large{
    padding-bottom: 0;

  }

@media (min-width: 1010px){

.page-section--no-b-padding-until-large{
      padding-bottom: 4.5rem

  }
  }

.page-section--blue{
    background-color: #2f5572;
    color: #fff;
  }

.page-section--testimonials{

    background-color: #e0e6ef;

  }

@media (min-width: 1010px){
      .page-section--testimonials.lazyloaded{
        background: url('/assets/images/testimonials-bg.jpg') top center no-repeat;
        background-size: cover;
      }
  }

.headline{
  font-weight: 300;
  color: #2f5572;
  font-size: 1.9rem;

}

@media (min-width: 530px){

.headline{
    font-size: 2.875rem

}
  }

.headline--centered{
    text-align: center;
  }

.headline--orange{
    color: #d59541;
  }

.headline--small{
    font-size: 1.2rem;
  }

@media (min-width: 530px){

.headline--small{
      font-size: 1.875rem
  }
  }

.headline--narrow{
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }

.headline--medium{
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

.headline--light{
    font-weight: 100;
  }

.headline--b-margin-extra-small{
    margin-bottom: 0.15em;
  }

.headline--b-margin-small{
    margin-bottom: 0.5em;
  }

.headline--b-margin-large{
    margin-bottom: 1.6em;
  }

.headline--no-t-margin{
    margin-top: 0;
  }

.headline--no-b-margin{
    margin-bottom: 0;
  }

.row::after{
    content: "";
    clear: both;
    display: table;
  }

.row--t-padding{
    padding-top: 80px;
  }

.row .gap{
    margin: 10px;
  }

.row--gutters {
    margin-right: -65px;
  }

.row--gutters-large{
    margin-right: -100px;
  }

.row--gutters-small {
    margin-right: -45px;
  }

.row--gutters > div {
    padding-right: 65px;
  }

.row--gutters-large > div {
    padding-right: 100px;
  }

.row--gutters-small > div {
    padding-right: 45px;
  }

.row__b-margin-until-medium{
    margin-bottom: 1rem;
  }

@media (min-width: 530px){

    .row__small-4{
      float: left;
      width: 33.333%;
    }

    .row__small-6{
      float: left;
      width: 50%;
    }
  }

@media (min-width: 800px){

    .row__medium-4{
      float: left;
      width: 33.333%;
    }

    .row__medium-4--larger{
      width: 37%;
    }

    .row__medium-8{
      float: left;
      width: 66.666%
    }

    .row__medium-8--smaller{
      width: 63%;
    }

    .row__b-margin-until-medium{
      margin-bottom: 0;
    }

    .row__medium-6{
      width: 50%;
      float: left;
    }

    .row__medium-3{
      width: 25%;
      float: left;
    }

    .row__medium-7{
      width: 58.33333333%;
      float: left;
    }

    .row__medium-5{
      width: 41.66666667%;
      float: left;
    }

    .row__medium-push-5{
      left: 41.66666667%;
      float: right;
    }

    .row__medium-pull-7{
      right: 58.33333333%;
      float: left;
    }
  }

@media (min-width: 1010px){

    .row__large-4{
      float: left;
      width: 33.333%;
    }

    .row__large-4--larger{
      width: 37%;
    }

    .row__large-8{
      float: left;
      width: 66.666%
    }

    .row__large-8--smaller{
      width: 63%;
    }

    .row__b-margin-until-large{
      margin-bottom: 0;
    }

    .row__large-6{
      width: 50%;
      float: left;
    }
  }

/*Begin Equal Height Rules*/

@media (min-width: 800px){

.row--equal-height-at-medium{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex

  }
  }

.row--equal-height-at-medium > div {
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

@media (min-width: 1010px){

.row--equal-height-at-large{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex

  }
  }

.row--equal-height-at-large > div {
      float: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

.generic-content-container p {
    line-height: 1.5;
    margin: 0 0 1.8rem 0;
    font-weight: 300;
    font-size: 1.1rem;

  }

@media (min-width: 530px){

.generic-content-container p {
      font-size: 1.5rem

  }
  }

.generic-content-container li {
    font-size: 1.1rem;
  }

@media (min-width: 530px){

.generic-content-container li {
      font-size: 1.5rem
  }
  }

.generic-content-container p a{
    font-weight: 700;
    color: #d59541;
    text-decoration: none;
  }

.generic-content-container--para-center{
    text-align: center;
  }

.generic-content-container--path-para{
    font-size: 1.5rem;
  }

.generic-content-container--path-link{
    font-weight: 300 !important;
    font-size: 1.5rem;
    text-decoration: none;
  }

.generic-content-container--path-link-about-us{
    font-size: 1rem;
  }

.generic-content-container--low-line-height p{
      line-height: 0.7;
    }

.section-title{
  font-size: 2.55rem;
  font-weight: 300;
  text-align: center;

}

@media (min-width: 530px){

.section-title{
      font-size: 3.75rem

}
  }

.section-title strong{
    font-weight: 500;
  }

.section-title__icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6rem;

  }

@media (min-width: 530px){

.section-title__icon{
      position: relative;
      top: 8px;
      margin-right: 0.6rem;
      margin-left: 0;
      display: inline-block;
      margin-bottom: 0

  }
  }

.section-title--blue{
    color: #2f5572;
  }

.section-title--less-margin{
    margin-bottom: 1.3rem;
    margin-top: 0;
  }

.feature-item{
  position: relative;
  padding-bottom: 2.5rem;

}

@media (min-width: 530px){

.feature-item{
    padding-left: 94px

}
  }

.feature-item__icon{

    display: block;
    margin: 0 auto;

  }

@media (min-width: 530px){

.feature-item__icon{
      position: absolute;
      left: 0

  }
  }

.feature-item__title{

    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0.8rem;
    margin-top: 0.7em;
    padding-top: 0.5em;
    text-align: center;

  }

@media (min-width: 530px){

.feature-item__title{
      text-align: left;
      margin-top: 1em;
      font-size: 1.875rem

  }
  }

.testimonial{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 18px 1px 18px;
  margin-bottom: 100px;

}

@media (min-width: 1010px){

.testimonial{
    padding: 0 1.8125rem 1px 1.8125rem;
    margin-bottom: 0

}
  }

.testimonial--last{
    margin-bottom: 0;
  }

.testimonial__photo{
    border-radius: 80px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 0 auto -80px auto;
    position: relative;
    top: -80px;
    border: 6px solid rgba(255, 255, 255, 0.8);
  }

.testimonial__title{
    color: #2f5572;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
  }

.testimonial__subtitle{
    color: #d59541;
    text-align: center;
    font-weight: 400;
    font-size: 0.9375rem;
    margin: 0.25rem 1rem;
  }

/*Do not edit modules/_sprite directly as it is generated automatically by gulp
Instead edit gulp/templates/sprites*/

.icon{
      background-image: url('../../assets/images/sprites/sprite-060b82b5.svg');
    }

.icon--arrowUP {
    width: 60.13px;
    height: 60.13px;
    background-position: 25.20975302320085% 98.17494739554257%;
  }

.icon--clear-view-escapes {
    width: 142.4px;
    height: 59.5px;
    background-position: 0 0;
  }

.icon--comment {
    width: 64px;
    height: 64px;
    background-position: 49.6% 71.88646288209607%;
  }

.icon--cust {
    width: 64.44px;
    height: 45.62px;
    background-position: 0 48.104131295981894%;
  }

.icon--dollar {
    width: 56.79px;
    height: 64px;
    background-position: 97.03744022394153% 20.96069868995633%;
  }

.icon--facebook {
    width: 21.23px;
    height: 42.01px;
    background-position: 48.63886327151006% 26.50304793019642%;
  }

.icon--fire {
    width: 56px;
    height: 64px;
    background-position: 75.03488372093024% 0;
  }

.icon--globe {
    width: 64px;
    height: 64px;
    background-position: 0 71.88646288209607%;
  }

.icon--home {
    width: 35.8px;
    height: 28.03px;
    background-position: 35.654205607476634% 44.91074461259765%;
  }

.icon--hq {
    width: 51.19px;
    height: 66.52px;
    background-position: 54.18363075986454% 0;
  }

.icon--instagram {
    width: 42.01px;
    height: 42.01px;
    background-position: 71.1754108606934% 42.2566636120961%;
  }

.icon--mail {
    width: 64px;
    height: 48px;
    background-position: 99.836% 0;
  }

.icon--manali_logo {
    width: 142.4px;
    height: 59.5px;
    background-position: 0 25.481798715203425%;
  }

.icon--rain {
    width: 64px;
    height: 64px;
    background-position: 99.836% 48.90829694323144%;
  }

.icon--star {
    width: 64px;
    height: 64px;
    background-position: 0 99.83406113537117%;
  }

.icon--suitcase {
    width: 59.88px;
    height: 45.42px;
    background-position: 98.21737761687392% 71.08813312868568%;
  }

.icon--time {
    width: 59.72px;
    height: 60.8px;
    background-position: 73.93424571338682% 70.89577950043066%;
  }

.icon--twitter {
    width: 51.78px;
    height: 42.06px;
    background-position: 73.82732057051331% 25.504104566828723%;
  }

.icon--wifi {
    width: 60px;
    height: 64px;
    background-position: 25.19685039370079% 71.88646288209607%;
  }

.icon--youtube {
    width: 34.75px;
    height: 42px;
    background-position: 23.076096687555953% 47.41035856573705%;
  }

.site-footer{
  color: #fff;
  background-color: #2f5572;
  padding: .5rem 0;
  text-align: center;

}

.site-footer__text{
    display: block;
    margin-bottom: 1rem;
    font-weight: 200;

  }

@media (min-width: 800px){

.site-footer__text{
      display: inline;
      margin-bottom: 0;
      margin-right: 1.4rem

  }
  }

.site-header{
  padding: 10px 0px;
  position: absolute;
  width: 100%;
  z-index: 2;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;

}

.site-header--is-expanded{
    background-color: rgba(47,85,114, 0.55);
  }

@media (min-width: 800px){

.site-header{
    position: fixed;
    background-color: rgba(47,85,114, 0.3)

}

    .site-header--dark{
      background-color: rgba(23, 51, 72, 0.85);
    }
  }

@media (min-width: 800px){

.site-header__btn-container{
      float: right

  }
  }

.site-header__logo{
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(.6);
            transform: translateX(-50%) scale(.6);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    position: absolute;
    background-color: #2f5572;
    padding: 25px 36px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;

  }

@media (min-width: 800px){

.site-header__logo{
      left: auto;
      -webkit-transform: translateX(0);
              transform: translateX(0)

  }

      .site-header--dark .site-header__logo {
        -webkit-transform: scale(.57);
                transform: scale(.57);
      }
  }

.site-header__logo__graphic{
    text-indent: -9999px;
  }

.site-header__menu-content-icon{
    width: 20px;
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;

  }

.site-header__menu-content-icon::before{
      content: "";
      position: absolute;
      top:0;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #FFF;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

.site-header__menu-content-icon__middle{
      position: absolute;
      top: 8px;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #FFF;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
    }

.site-header__menu-content-icon::after{
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 20px;
      height: 3px;
      background-color: #FFF;
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    }

@media (min-width: 800px){

.site-header__menu-content-icon{
      display: none

  }
  }

.site-header__menu-content-icon--close-x::before{
      -webkit-transform: rotate(45deg) scaleX(1.25);
              transform: rotate(45deg) scaleX(1.25);
    }

.site-header__menu-content-icon--close-x .site-header__menu-content-icon__middle{
      opacity: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }

.site-header__menu-content-icon--close-x::after{
      -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
              transform: rotate(-45deg) scaleX(1.25) translateY(1px);
    }

.site-header__menu-content{
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -10;
    padding-top: 70px;
    text-align: center;

  }

@media (min-width: 800px){

.site-header__menu-content{
      opacity: 1;
      z-index: 1;
      padding-top: 0px;
      -webkit-transform: scale(1);
              transform: scale(1)

  }
  }

.site-header__menu-content--is-visible{
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }

.primary-nav{

  padding-top: 10px;

}

@media (min-width: 800px){

.primary-nav{
    padding-top: 0

}
  }

@media (min-width: 800px){

.primary-nav--pull-right{
      float: right
  }
  }

.primary-nav ul{
    margin: 0;
    padding: 0;

  }

.primary-nav ul::after{
    content: "";
    clear: both;
    display: table;
  }

.primary-nav li{
    list-style: none;
    display: inline-block;
    padding-right: 7px;

  }

@media (min-width: 800px){

.primary-nav li{
      float: left;
      display: block;
      padding-right: 20px

  }
  }

.primary-nav li:last-child{
    padding-right: 0;
  }

@media (min-width: 800px){

.primary-nav li:last-child{
      padding-right: 20px
  }
  }

.primary-nav a{
    color: white;
    text-decoration: none;
    font-weight: 300;
    padding: 5px 8px;
    display: block;
    font-size: .8rem;
    background-color: rgba(47,85,114, .5);

  }

@media (min-width: 800px){

.primary-nav a{
      padding: 12px 0;
      font-size: 1 rem;
      background-color: transparent

  }

      .primary-nav a.is-current-link{
        color: #fabb69;
      }
  }

.reveal-item{
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);

}

.reveal-item--is-visible{
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.modal{
  position: fixed;
  z-index: 5;
  background-color: rgba(255, 255, 255, .94);
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

}

.modal--is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.modal__inner{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.modal__description{
    text-align: center;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.65;
  }

.modal__close{
    position: absolute;
    top:15px;
    right:15px;
    font-size: 2rem;
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    color: #2f5572;
    cursor: pointer;

  }

.modal__close:hover{
      color: #d59541;
    }

.social-icons{
  text-align: center;

}

.social-icons__icon{
    background-color: #d59541;
    display: inline-block;
    margin: 0 5px 5px 5px;
    width: 33%;
    height: 72px;
    position: relative;

  }

@media (min-width: 530px){

.social-icons__icon{
        width: 72px;
        margin: 0 5px

  }
  }

.social-icons__icon .icon{
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }

#tabs-two-sides{
  padding-bottom:70px;
}

/*.tabs-two-sides--wrap{
  position:relative;
  -webkit-box-shadow: 8px 8px 15px -6px #999;
  -moz-box-shadow: 8px 8px 15px -6px #999;
  box-shadow: 8px 8px 15px -6px #999;
}
.tabs-two-sides--wrap:hover, .tabs-two-sides--wrap:focus{
  position:relative;
  -webkit-box-shadow: 0px 0px 0px 0px #999;
  -moz-box-shadow: 0px 0px 0px 0px #999;
  box-shadow: 0px 0px 0px 0px #999;
}*/

.tabs-two-sides--wrap{
  position:relative;
}

.tabs-two-sides--wrap img{
  width:100%;
}

.tabs-two-sides--info{
  margin-top: 0;
}

.tabs-two-sides--wrap .tabs-two-sides--inner{
  top:0;
  background:transparent;
  opacity:.8;
  width:100%;
  border-radius:0;
  margin-bottom:0;
}

.tabs-two-sides--wrap .tabs-two-sides--inner h3{
  font-size: 1.5rem;
}

.tabs-two-sides--wrap .tabs-two-sides--inner h3 a{
  font-size:24px;
  color:#fff;
}

.tabs-two-sides--wrap a{
  text-decoration: none;
}

.tabs-two-sides--wrap .tabs-two-sides--inner h3 p{
  font-size:1.2rem;
}

@media (min-width: 1010px){
  .tabs-two-sides--wrap .tabs-two-sides--inner h3 p{
    font-size:1.6rem;
  }
  }

.overlay{
  padding: 30px;
}

@media (min-width: 800px){
  .overlay{
    padding: 10px;
  }
  }

@media (min-width: 1010px){
  .overlay{
    padding: 30px;
  }
  }

.tabs-two-sides--wrap .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  border-radius:0;
  background: #2f5572;
  color:#fff;
  vertical-align:middle;
  -webkit-transition:opacity 500ms;
  transition:opacity 500ms;
}

.tabs-two-sides--wrap .overlay .preview{
  bottom:0;
  display:inline-block;
  height:35px;
  line-height:35px;
  border-radius:0;
  background:transparent;
  text-align:center;
  color:#fff;
}

.tabs-two-sides--wrap:hover .overlay{
  opacity:1;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.list{
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;

}

.list--type-circle{
    list-style-type: circle;
  }

.division{
  border: 1px solid #ccc;
  width: 30%;
  margin: 25px auto;

}

.division--low-t-margin{
    margin-top: -30px;
  }

.division--high-b-margin{
    margin-bottom: 50px;
  }

table {
    font-family: arial, sans-serif;
    line-height: 2;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

/* Dropdown Button */

.dropbtn {
   background-color: transparent;
   color: #d59541;
   border: none;
   cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */

.dropdown {
   position: relative;
   display: inline-block;
}

/* Dropdown Content (Hidden by Default) */

.dropdown-content {
   display: none;
   position: absolute;
   background-color: #f9f9f9;
   min-width: 160px;
   -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
           box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
}

/* Links inside the dropdown */

.dropdown-content a {
   color: black;
   padding: 12px 16px;
   text-decoration: none;
   display: block;
}

/* Change color of dropdown links on hover */

.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {display:-webkit-box;display:-ms-flexbox;display:flex;}

.upArrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
